Computer Science, asked by ashokkumarbaidya5590, 4 hours ago

for(rctr=2;rctr<=20;rctr+=2) {
It will execute the
*
loop
number of times.​

Attachments:

Answers

Answered by abhinavmike85
1

\huge{✪}\huge{\underline{\mathcal{Answer}}}

10 times

Explanation:

\large{☞}The loop will be executed 10 times.

\\

\large{➨}First time it will be executed for 2.

\large{➨}Second Time for 4.

\large{➨}Third time for 6.

\large{➨}Fourth time for 8.

\large{➨}Fifth time for 10.

\large{➨}Sixth time for 12.

\large{➨}Seventh time for 14.

\large{➨}Eighth time for 16.

\large{➨}Ninth time for 18.

\large{➨}Tenth time for 20 because loop can be run till 20 as the condition of loop has less than equal to sign.

Similar questions