Computer Science, asked by AdarshSingh007, 7 months ago

Write a program to input three numbers.Calculate and print their sum and average in different lines​

Answers

Answered by ritusmitabora36
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