Computer Applications
Which of the following statement uses multiple branches?
- loop
- continue
- switch
- break
Related Questions
Which of the following loop does not execute even once if condition is false in the beginning?
To execute a loop 10 times, which of the following statement satisfies:
Which of the following loop checks the condition first and then execution begins?
To find the sum of whole numbers upto 10, a loop runs: