✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Причина помилки компіляції
public class Two {
double arithmetic (double a) {
return a + (a * a);
}
int arithmetic(int a) {
return a / a;
}
}