Description
Read two numbers from user and calculate sum and average of the numbers.
Input
Enter first number :3
Enter second number :2
Output
Sum of 3 and 2 is = 5
Average of 3 and 2 is = 2.500000
Sum of 3 and 2 is = 5
Average of 3 and 2 is = 2.500000