Ask Question
16 April, 00:34

Design a do-while loop that asks the user

+4
Answers (1)
  1. 16 April, 03:43
    0
    String answer = new String ("");

    do

    {

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

    }

    while (answer. length > 0)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Design a do-while loop that asks the user ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers