Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 393 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 393 Bytes

Version-Control

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.