Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

6 . 2 . 2 : While loops. 5 1 9 1 6 4 . 2 8 0 9 4 6 6 . qx 3

6.2.2: While loops.
519164.2809466.qx3zqy7
Jump to level 1
Integer userIn is read from input. Write a while loop that iterates until userIn is negative. In each iteration:
Update integer result as follows:
If userIn is divisible by 3, output "hit" and increment result.
Otherwise, output "miss" and do not update result.
Then, read an integer from input into variable userIn.
End each output with a newline.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

MySQL/PHP Database Applications

Authors: Brad Bulger, Jay Greenspan, David Wall

2nd Edition

0764549634, 9780764549632

More Books

Students also viewed these Databases questions

Question

2. Outline the business case for a diverse workforce.

Answered: 1 week ago