logo

Crowdly

Mis trükitakse konsooli selle koodi käivitamisel? public class Main { pu...

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

Mis trükitakse konsooli selle koodi käivitamisel?

public class Main {

    public static Integer a(Integer num) {

if (num < 10 && num % 2 == 0) {

return num * 2;

}

return 0;

}

public static void main(String[] args) {

System.out.println(a(9));

}

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

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

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