Skip to content

Instantly share code, notes, and snippets.

@shuu1222
Created May 30, 2019 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shuu1222/87e54dcf69d53ad008ecd6bb2d4790c0 to your computer and use it in GitHub Desktop.
Save shuu1222/87e54dcf69d53ad008ecd6bb2d4790c0 to your computer and use it in GitHub Desktop.
int [] sales = {700,400,300};
for (int sale : sales){
System.out.println(sale);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment