πŸ“Š JAVA
Q. Choose the correct syntax of the WHILE loop in Java below.
  • (A) while(condition) { //statements }
  • (B) while(condition); { //statements }
  • (C) while { //statements }(condition)
  • (D) None
πŸ’¬ Discuss
βœ… Correct Answer: (A) while(condition) { //statements }

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
202
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Ram Sharma
Publisher
πŸ“ˆ
91%
Success Rate