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


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.



Jun 04, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here