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

You must be Logged in to update hint/solution

πŸ’¬ Discussion


πŸ“Š Question Analytics

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