Question: Integer input _ num is read from input. Write a loop that iterates while input _ num is not equal to 1 4 . In

Integer input_num is read from input. Write a loop that iterates while input_num is not equal to 14. In each iteration of the loop:
Output 'Not found 14 yet'.
Read integer input_num from input.
Click here for example
Ex: If the input is:
-33
30
20
14
then the output is:
Not found 14 yet
Not found 14 yet
Not found 14 yet
Got 14!

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!