Description
Write a C program that accepts two integers from the user and calculate the sum and the product of the two integers.
Input
Input the first integer:20
Input the second integer:30
Output
Sum of the two integers 20 and 30 = 50
Product of the two integers 20 and 30 = 600
Sum of the two integers 20 and 30 = 50
Product of the two integers 20 and 30 = 600