✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Результат компіляції програми:
int a = 1;
int b = 2;
int c;
if (a>b) { c = b-a
} else {c = a+b
};
System.
out.println(c);