✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Результат виконання програмного коду:
public class Exception {
public static void main(String[] args) {
int d = 1;
int c = 1 – d;
int a = d / c;
}
}