Computer Science, asked by ayushghosh440, 23 days ago

write a C program ro print the sum and product of 3 numbers.​

Answers

Answered by PRANXV08
0

Answer:

float a,b,c;  

a = scanf();  

b = scanf();  

c = scanf();  

printf(a*b*c);

Explanation:

Mark me Brainliest

Answered by Pranav2316
0

Answer:

Program is given Below:

Program:

C++ Program for your question is attached below:

Please mark as Brainliest:

Attachments:
Similar questions