logo

Crowdly

Browser

Add to Chrome

What will Repeat(82, 3) return from the following method declaration? public sta...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

What will Repeat(82, 3) return from the following method declaration?

public static int Repeat(int i, int j){

   if (i==0)

      return 0;

   else

      return Repeat(i/j, j)+1;

}

50%
0%
0%
0%
More questions like this

Want instant access to all verified answers on moodle.astanait.edu.kz?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome