Computer Applications
To find the sum of whole numbers upto 10, a loop runs:
- once
- ten times
- eleven times
- any number of times
Related Questions
Which of the following statement uses multiple branches?
Which of the following loop checks the condition first and then execution begins?
How many times the loop, for (i=1; ;i++), will execute, if there is no statement to terminate the loop?
Which of the following statements uses a case called default?