Computer Science, asked by i3236khushi55, 4 days ago

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 kvaishnavkvaishnav46
0

above 16 it will be terminate false In while loop

Similar questions