Question:Which of the following correctly implements a while loop? 

A while (x < 5) { x++; } 

B while (x < 5) x++; 

C Both 

D None 

+ Answer
+ Explanation
+ Report
Total Preview: 26

Copyright © 2024. Powered by Intellect Software Ltd