+ 2
Why the ouput of this code is: -32?
Why the ouput of this code is: -32? String str1 = "JAVA"; String str2 = "java"; Int n = str1.compareTo(str2); System.out.print(n);
1 Odpowiedź
Why the ouput of this code is: -32? String str1 = "JAVA"; String str2 = "java"; Int n = str1.compareTo(str2); System.out.print(n);