Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 180 Bytes

File metadata and controls

2 lines (2 loc) · 180 Bytes

Multiply two large int/long and operation overflow

Write a program that multiplies two large int/long and throws an ArithmeticException in case of operation overflow.