Question #290601

What is the value of f(3456) for the function below?

def f(x):
    d=0
    while x >= 1:
        (x,d) = (x/7,d+1)
    return(d)






Expert's answer

5


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS