Programming - Control Statements - Discussion

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

 



Q.

Which loop executes a block of code or statements till the given condition is true?                         


A. While loop B. for loop
C. do-while D. none

Answer: Option A
Explaination:

 


While loop executes a block of code or statements till the given condition is true.




Discussion

Your Comments Goes here...
NameDiscussion