Correct Syntax For While Statement Is #133
Correct syntax for while statement is:
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Looping Statements - While Loop Statements - Quiz No.1.
Correct syntax for while statement is:
while { }(condition);
while(condition) { };
while(condition) { }
while(condition); { }