Question: Python 5 My library > ENGR 102: Engineering Lab i Computation home > 6.2: While loops zyBooks catalog Help/FAQ CHALLENGE 6.2.2: Basic while loop with
5 My library > ENGR 102: Engineering Lab i Computation home > 6.2: While loops zyBooks catalog Help/FAQ CHALLENGE 6.2.2: Basic while loop with user input. Write an expression that executes the loop body as long as the user enters a nonnegative 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: 952-1 Body Body Body Done. : 1 user numint (input) 2 While Your solution goes here print('Body") user_num- int(input) 6 print("Done.")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
