2. for (i=20; i>2; i=i-2) System .out .println (i); a) What is the output of the above snippet? b) What is the step value in the loop? c) How many times does the loop execute?
Answers
Answered by
0
above 16 it will be terminate false In while loop
Similar questions