Write the compare(int a) method so that it: displays "The number is less than 5" if the method argument is less than 5, otherwise, displays "The number is equal or greater than 5". without calling System.out.println or System.out.printf .use compare(int a) method