Ask Question
13 June, 17:24

Design a do-while loop that asks the user

+5
Answers (1)
  1. 13 June, 18:56
    0
    String answer = new String ("");

    do

    {

    System. out. println ("Question? ");

    }

    while (answer. length > 0)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Design a do-while loop that asks the user ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers