Skip to content

Instantly share code, notes, and snippets.

@shuu1222
Created May 30, 2019 11:41
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/e202cba8b90078b14c0f9259c9b4c5f7 to your computer and use it in GitHub Desktop.
Save shuu1222/e202cba8b90078b14c0f9259c9b4c5f7 to your computer and use it in GitHub Desktop.
int [] sales = {700,400,300};
for(int i = 0; i< sales.length ;i++){
System.out.println(sales[i]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment