function print (n)
if n>1:
print (n/2)
print (n/2)
for i=1 to n
print line ("print me")
How many times the above function prints "print me"?
a) (Ign)
b) ©(n)
c) (nlgn)
d) © (n+Ign)
Answers
Answered by
0
Answer:
answers is
Explanation:
d is the correct answer here
Similar questions