Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
1 Posted Topic
Re: do while loop?
With this type loop, how can you print the number's back to the user, as to list the ones they entered? Ex. [CODE]while (count >= 1) { System.out.println(" Enter Number:\t "); number = input.nextDouble(); sum += number; number++; } System.out.print(" The numbers you entered are" + number + number1 + …
The End.
dlucke17