Posts
 
Reputation
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
~118 People Reached
Favorite Forums
Favorite Tags
java x 2

1 Posted Topic

Member Avatar for shroomiin

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 + …

Member Avatar for dlucke17
0
118

The End.