0 LIKES LikeUnLike
I try use java program to compare two big integers such as long a = 432709;long b = 8590367301; (too big)if ((b - a) == 0) System.out.println("They are the same.");else System.out.println("They are different.");The result is "They are the same." or compile fail. How can I fix this?
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 2 answers.