spaghetti3451
- 1,311
- 31
Homework Statement
Handle all possible exceptions for a program that takes two int number from the user and print sum.
Homework Equations
The Attempt at a Solution
import java.util.Scanner;
public class Task1
{
}