Exception in thread "main" java.lang.Error: Unresolved compilation problem: Incompatible operand types String and int at MainClass.main(MainClass.java:5)
B Doesn't compile because an int and a String may not be compared