Question: assignment 72 Print the integers from 1 to 100 using a while loop and the cociter variable x. Print only n integers per line, where

assignment 72 Print the integers from 1 to 100 using a while loop and the cociter variable x. Print only "n" integers per line, where n to be specified by the user. [Hint: Use the calculation x % n. 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
