JAVA a and b are int variables containing values, and a > b. Write a for loop that prints numbers from a to b (both inclusive) divisible by 7. (Example: if a=74, b=16, then it will print XXXXXXXXXX)...


JAVA


a and b are int variables containing values, and a > b.
Write afor loop that prints numbers from a to b (both inclusive) divisible by 7.
(Example: if a=74, b=16, then it will print 70 63 56 .... 21)
Write only the for loop with its block, nothing else.



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here