Solved

Identify the General Syntax of the Do/while Loop

Question 29

Multiple Choice

Identify the general syntax of the do/while loop.


A) do ( continue ) { commands } while ( continue ) { commands }
B) while ( continue ) { commands } do ( continue ) { commands }
C) while { commands } do ( continue ) ;
D) do { commands } while ( continue ) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions