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.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here