1. You can't have both an integer and a String called number1, same for number2.

2. Integer.parseInt(); takes parameters, which means you must give the method something to parse into an int.

3....