(A) while (condition) [body of loop]
(B) while {body of loop}
(C) while (condition) {body of loop}
(D) while (condition); {body of loop}
»Important Links:
Online Test Preparation and Mcqs Website.
(A) while (condition) [body of loop]
(B) while {body of loop}
(C) while (condition) {body of loop}
(D) while (condition); {body of loop}