logo

Crowdly

Browser

Add to Chrome

Vaatleme rekursiivset funktsiooni public static void f(int n) { if (n >...

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

Vaatleme rekursiivset funktsiooni

public static void f(int n) {

if (n > 1) {

System.out.println(n*n);

f(n-2);

}

}

Milline väide on tõene?

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

Want instant access to all verified answers on moodle.ut.ee?

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

Browser

Add to Chrome