9. Predict the output.
int res = integer.valueof("100").compareTo(new Integer(100));
System.out.println(res);
Answers
Answered by
6
Similar questions