Computer Science, asked by shivanimalakar500, 1 month ago

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 koyeldebnath2659
4

Answer:

3 is the answer

Explanation:

hope it's help you XD

Similar questions