[Solved]Function F N N 1 1 N Print Hello 1 10 F N 3 Often Written Hello Function N Set Equation So Q37079634
Function F(n)
if n > 1 then
for i = 1 to n
Print “Hello”
for i = 1 to 10
F(n/3)
How often is written “Hello” as a function of n? Setup as an equation and solve it
Expert Answer
Answer to Function F(n) if n > 1 then for i = 1 to n Print “Hello” for i = 1 to 10 F(n/3) How often is written “Hello” as a fu… . . .
OR

