Computer Science, asked by jatinrawat9258, 1 month ago

How many times will the following loop execute?
n = int ( input ( ‘Enter value for n' ))
for I in range(-n):
print("Loop')
a. 0 times
b. 1 time
C.n times
d. n+1 times​

Answers

Answered by jasmeet170802
0
Zero times is the answer
Similar questions