Computer Applications
State whether the following statement is True or False :
The statements that facilitate unconditional transfer of control are called jump statements.
Related Questions
State whether the following statement is True or False :
The do-while loop is an exit-controlled loop.
State whether the following statement is True or False :
An infinite loop can be constructed using a while loop only.
What are loop control structures? What are the essential segments of a loop control structure?
How are these statements different from each other?
i. breakii. continue
iii. System.exit(0)
iv. return