Suppose that the code below is the body of some loop. Given variables x and y write some code that reads a value into the variables, respectively, then prints out the value of x divided by y. Use a continue statement to make sure that nothing is written to court when y is 0.
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Suppose that the code below is the body of some loop. Given variables x and y write some code that reads a value into the variables, ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Home » Computers & Technology » Suppose that the code below is the body of some loop. Given variables x and y write some code that reads a value into the variables, respectively, then prints out the value of x divided by y.