Write a do-while loop that continues to prompt a user to enter a number less than 100, until the entered number is actually less than 100. end each prompt with newline. ex: for the user input 123, 395, 25, the expected output is: enter a number (< 100: enter a number (< 100: enter a number (< 100: your number < 100 is: 25

Solved
Show answers

Ask an AI advisor a question