Computer Science, asked by raju1887, 6 months ago

How many times the following loop
will run?
>>>i=5
>>>while (i>O):
i=i-1

Answers

Answered by leenamehra1982
0

Answer:

The outer loop executes 2 times and each time the outer loop executes the inner loop executes 3 times so this will print 2 * 3 = 6 stars.

Answered by Tejas234
1

Answer:

so answer is 6

Explanation:

please give 50 point

Similar questions