Question: Write a program to find all the numbers divisible by 7 between a given range of numbers [n1, n2], where n1 and n2 are positive
Write a program to find all the numbers divisible by 7 between a given range of numbers [n1, n2], where n1 and n2 are positive and n2 is greater than n1, entered by the user using a FOR loop only. Also give the flow chart. Assume all variables as integers. In C please
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
