1.

Which of the following syntax is correct for while loop ?

A. while ( statement1 ) statement2
B. while ( statement1 ) else statement2
C. while ( statement1 ) do statement2
D. All of the mentioned
Answer» D. All of the mentioned


Discussion

No Comment Found