Question: C++ (Optional Topics: Breaking and Continuing a Loop) Suppose that the code below is the body of some loop. Use a continue statement to make
C++ (Optional Topics: Breaking and Continuing a Loop)
Suppose that the code below is the body of some loop. Use a continue statement to make sure that the nothing is written to cout when y is 0.
cin >> x >> y; cout << x / y;
Thank you
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
