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 print "print me"?
Answers
Answered by
4
Answer:
3 is the answer
Explanation:
hope it's help you XD
Similar questions