0
My question is in description due to space issue please help me to solve it
Assume that you want to generate a table of multiples of any given number. Write a pre gram that allows the user to enter the number and then generates the table, formatting into 10 columns and 20 lines. Interaction with the program should look like this (only first three lines are shown): Enter a number: 7 7 14 35 42 49 56 63 70 91 105 112 119 126 133 140 175 182 189 196 203 210 21 28 77 147 84 154 98 168 161
2 odpowiedzi
+ 1
Something like this ?
https://code.sololearn.com/cHZZ1i603gzQ/?ref=app
0
fire ball thanks brother I think you explained pretty good🥀