Problem1598--C Programming Practicals 5-1

1598: C Programming Practicals 5-1

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

Description

With a code to calculate Sum and Product of two integer numbers using two user defined functions.

Input

Enter the first integer number: 2 Enter the second integer number: 3

Output

Number1: 2, Number2: 3 Sum: 5, product: 6.000000

Sample Input Copy

2
3

Sample Output Copy

Number1: 2, Number2: 3
Sum: 5, product: 6.000000

Source/Category

126