6
1-23967
48-3 6 10
OUTPUT:
OUTPUT:
No prime number exists Press any key to continue
11
55
8
37 Press any key to continue
Question 4:
(1 mark, file to be edited: Q4.c)
The program allows the user to enter three integers 'm', 'n', and 'c' from the keyboard, with m<=n.
There, 'c' is the column number of the table of numbers to be printed..
Print numbers from 'm' to 'n' in the following format.
Here is an example of how the program will run:
Enter m = 11, n = 55, c = 8
OUTPUT:
11 12 13 14 15 16 17 18
19 20 21 22 23 24 25 26
27 28 29 30 31 32 33 34
Zoom
+ 93%
Close