Lab 2

1. This  program will prompt the user for two integer numbers (numbers without decimal points).
2. After asking for the integers.the program will then display the following output: (based on numbers inputted)
 First line: the sum of the first and second number
 Second line: the result of subtracting the second number from the first
 Third line: the product of the first and the second number
 Fourth line: the integer division of the first number by the second number,                          Fifth followed by the remainder from dividing the first number by the second number