Computer Applications
Which of the following is an exit controlled loop?
- for
- do-while
- while
- none of the above
Related Questions
Which of the following loops is mostly used for fixed number of iterations ?
- for
- do-while
- while
- none of the above
Which of the following is not an entry controlled loop ?
- for
- do-while
- while
- none of the above
Which of the following statements terminates the complete execution of a loop ?
- break
- continue
- terminate
- System.exit(0)
What is meant by Token? Name all the tokens which are used in Java.