Version Control Lab CMPINF0010
Group members:
-Aayush Shah -Faraz Salin
The program written takes in two inputs, input 1 and input 2. As a part of taking in the inputs, the program converts them to integers. It then takes the two integers, adds them up and stores them into a variable named results, then prints out the result of the two integers being added together.