Computer Science, asked by jsasbr59299, 7 months ago

How many times is the following loop executed?
i=100
while (i<=200):
print i
i+=20



Answers

Answered by dibyendu16
8

 &lt;b&gt; &lt;body \: bgcolor = "skyblue"&gt;

\huge\pink{\mid{\underline{\overline{ \tt Answer:-}}\mid}}

\huge\underline\green{Five\:times\:will\:be\:executed}

&lt;marquee direction="left" style="background:yellow""&gt;Hope you understand please mark me as brainliest..&lt;/marquee&gt;

\huge\mathfrak\green{Thank\:You...}

Answered by devbrijwal2345
0

Answer:

5 times is the answer

Explanation:

as the given statement is rum when i<=200

and I =20

so when I = 20 runs 5 times then I become 200 and then it run

Similar questions