Skip to content

Instantly share code, notes, and snippets.

@weikangchia
Created August 9, 2021 02:03
Show Gist options
  • Select an option

  • Save weikangchia/3cea9d2c0f6b2ffa372dd2942a548077 to your computer and use it in GitHub Desktop.

Select an option

Save weikangchia/3cea9d2c0f6b2ffa372dd2942a548077 to your computer and use it in GitHub Desktop.
int i = 0;
while (i < myArray.length) {
System.out.println(myArray[i]);
i++;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment