Write a program to input three numbers.Calculate and print their sum and average in different lines
Answers
Answered by
0
Answer:
include < stdio.h >
include < conio.h>
void main ( )
{
int
Printf (" enter the 1st number ");
scanf (" %d," & a );
Printf ("enter the 2nd number");
scanf (" %d," & b);
printf (" enter the 3rd number");
scanf ("%d," & c);
d = a+b+c
Printf ("the product is %d",d);
.....I hope it will help you..I did as much as I could.
Similar questions
Science,
3 months ago
CBSE BOARD X,
3 months ago
Math,
3 months ago
Math,
7 months ago
Math,
7 months ago
Physics,
11 months ago
Political Science,
11 months ago