a and b are int variables containing values, and a > b.Write afor loop that prints even integer numbers from a to b (both inclusive).(Example: if a=41, b=16, then it will print 40 38 36 .... 18 16)Write only the for loop with its block, nothing else.
This is a java question.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here