144k views
4 votes
Write an expression that executes the loop body as long as the user enters a non-negative number.Note: If the submitted code has an infinite loop, the system will stop running the code after a few seconds and report "Program end never reached." The system doesn't print the test case that caused the reported message.Sample outputs with inputs: 9 5 2 -1BodyBodyBodyDone.

1 Answer

5 votes

Answer:

See attached picture.

Step-by-step explanation:

See attached picture for explanation.

Write an expression that executes the loop body as long as the user enters a non-negative-example-1
User Nitin Mukesh
by
4.0k points