Question: Integer num _ input is read from input. Write a while loop that iterates while num _ input is non - negative. In each iteration:
Integer numinput is read from input. Write a while loop that iterates while numinput is nonnegative. In each iteration:
Update value finalnum as follows:
If numinput is even, output 'lose' and do not update finalnum.
Otherwise, output 'win' and increment finalnum.
Then, read the next integer from input into variable numinput.
Click here for example
Note: returns True if is even.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
