[solved] – Question 98074
Write a loop to print 11 to 35 inclusive (this means it should include both the 11 and 35), 5 per line.
Sample Run
11 12 13 14 15
16 17 18 19 20
21 22 23 24 25
26 27 28 29 30
31 32 33 34 35
Expert Answer
OR
Write a loop to print 11 to 35 inclusive (this means it should include both the 11 and 35), 5 per line.
Sample Run
11 12 13 14 15
16 17 18 19 20
21 22 23 24 25
26 27 28 29 30
31 32 33 34 35
OR