Advertisement
tjb1

Untitled

Nov 23rd, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for(int i = 0; i<=2; i++) {
  2. System.out.println("Enter today's sales for store " + store[i] + ":");
  3. store[i] = input.nextDouble();
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement