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
0
Zero times is the answer
Similar questions