logo

Crowdly

Mis on programmi väljund? public class Main { public static voi...

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

Mis on programmi väljund?

public class Main {

public static void main(String[] args) {

int a = 20;

int b = 11;

if (!(b > a) && (b == a || a > b)) {

System.out.println("B");

} else if (!(a < b) || a > b) {

System.out.println("A");

} else {

System.out.println("AB");

}

}

}

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!