Hey, new to Java learning in school... just wondering why this result comes up: Java Code: System.out.println(1234567890 + 987654321); it outputs -2072745085 What does it output a negative number instead of the actual number you would expect?
System.out.println(1234567890 + 987654321);
Forum Rules
Bookmarks