EvenOdd,CheckEvenEvenOdd is the file name,it will change according to your file's name.CheckEven is the function name which will also vary. Here is my code public class EvenOdd { public static void main(String[] args) { int number = 10; ...