Question: d) Print the integers from 1 to 20 using a while loop and the counter variable x. Assume that the variable x has been defined,
d) Print the integers from 1 to 20 using a while loop and the counter variable x. Assume that the variable x has been defined, but not initialised. Print only five integers per line. Hint: Use the calculation x%5. When the value of this is 0 , print a newline character, otherwise print a tab character.]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
