write a program in C to print all the numbers which are divisible by 3 from 10 to 30 using for loop with output
Answers
Answered by
1
Answer:
Example: User gives minimum number 1, maximum number 45 and the numbers which program only prints are 3, 6, 9, 12, 15, 18, 21, 24, 27, 30, 33, 36, 39, 42, 45. Ok bye
Similar questions