Question: A while loop reads integers from input. Write an expression that executes the while loop until an integer read from input is less than or
A while loop reads integers from input. Write an expression that executes the while loop until an integer read from input is less than or equal to 1. Ex: If the input is 10 39 49 31 -12, then the output is: Integer is 10 Integer is 39 Integer is 49 Integer is 31 Loop terminated
\begin{tabular}{l|l} CHALLENGE \\ ACTVITY & 6.2.2: While loops. \end{tabular} 444740.2644432.q32qy> A while loop reads integers from input. Write an expression that executes the while loop until an integer read from input is less than or equal to 1. Ex: If the input is 1039493112, then the output is: Integer is 10 Integer is 39 Integer is 49 Integer is 31 Loop terminated
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
