Ask Question

Write an expression that executes the loop body as long as the user enters a non-negative number. note: these activities may test code with different test values. this activity will perform three tests, with usernum initially 9 and user input of 5, 2, - 1, then with usernum initially 0 and user input of - 17, then with usernum initially - 1.

+1
Answers (1)
  1. 19 October, 18:27
    0
    If (usernum > = 0)

    {

    / * do something * /

    }
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write an expression that executes the loop body as long as the user enters a non-negative number. note: these activities may test code with ...” 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