reik.schatz
val number = Math.max(x, x + y)
marstran
Math.addExact(x, y)
ArithmeticException
Jan Stoltman