Programming - Control Statements - Discussion

You Are Here :: Home > JAVA > Control Statements - Discussion

 



Q.

_____________ evaluates to either 'true' or 'false'. If it is false then the loop is terminated.                         


A. increment/decrement operation B. initialization
C. condition D. none

Answer: Option C
Explaination:

 


condition: It evaluates to either 'true' or 'false'. If it is false then the loop is terminated.




Discussion

Your Comments Goes here...
NameDiscussion