Answer the question
In order to leave comments, you need to log in
I don't know how to call a method from another class?
The bottom line is that I have to call the method NOT through the object, I have already tried many times, here are my successes: (it gives errors everywhere)
public class Arithmetic {
static boolean check(int[] array) {
}
}
public class Demo {
public static void main(String[] args) {
check([4]);
boolean check();
и тд хелп ребята
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question