Problem1526--C Programming Practicals 2 problems-2

1526: C Programming Practicals 2 problems-2

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 1079  Solved: 329
[Submit] [Status] [Web Board] [Creator:]

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

Sample Input Copy

3
2

Sample Output Copy

Sum of 3 and 2 is = 5
Average of 3 and 2 is = 2.500000

Source/Category

103