Ask Question

Design a do-while loop that asks the user

+2
Answers (1)
  1. 17 September, 14:30
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers