How do I remove the error?
import java.lang.Math;import java.util.Scanner;public class MidtermProblems{ public static String odd(int a) { int odds; odds = a; String s; if(odds > 0) { //s = odds; return "odds"; } else if(odds <> { s = "None"; } else { s = ""; } return s; } public static void main(String[] args) { Scanner in = new Scanner(System.in); int a=0; int odds; a = in.nextInt(); String result = odds(a); System.out.println( result ); }
}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here