logo

Crowdly

On considère la méthode suivante de la classe Recursivite:     static String p...

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

On considère la méthode suivante de la classe Recursivite:

    static String ploufRecursif(int n) {

        if (n==0)

            return "plouf";

        return ploufRecursif(n-1);

    }

Cocher les affirmations qui sont vraies.

 

More questions like this

Want instant access to all verified answers on lms.univ-cotedazur.fr?

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