i dont even know where to start with this question..can anyone do it?
Print the integers from 1 to 20 using a while structure and the counter variable x. Print only five integers per line. (Hint: Use the Modulo operator % to determine when every fifth integer has been printed)
Print the integers from 1 to 20 using a while structure and the counter variable x. Print only five integers per line. (Hint: Use the Modulo operator % to determine when every fifth integer has been printed)
Comment