Computer Science, asked by buntysingh1979bunty, 5 months ago

Write a program to accept three numbers. Calculate and display the
sum and average​

Answers

Answered by AKT12345
0

Answer:

In this program, three variables are declared num1, num2, and num3. These variables will store three floating-point numbers. The printf function displays the messages to the user “Enter three Numbers:”. Later using scanf function three numbers are stored in the variables num1, num2, and num3.

Explanation:

PLEASE MARK AS BRAINLIST

Answered by TOPPER70707
0

Answer:

In this program, three variables are declared num1, num2, and num3. These variables will store three floating-point numbers. The printf function displays the messages to the user “Enter three Numbers:”. Later using scanf function three numbers are stored in the variables num1, num2, and num3.

PLS MARK THIS AS BRAINLIEST ANSWER

Similar questions