How would I design a loop that asks the user to enter a number? The loop should iterate 10 times and keep a running total of the numbers entered.
ScottGem
Aug 13, 2009, 05:54 PM
First, as you have been told before, looping structures are specific to the programming language. Second, please stop asking us to do your homework for you. A loop like you ask for is basic programming 101.