Computer Science, asked by pankajtrivedi222, 6 months ago

Write a program to input 3 numbers and find the average of their cube roots.

Answers

Answered by mail2dimpee
0

Answer:

Program description:- Write a C program to find the sum and average of three numbers. Take inputs from the end-user. 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:”.

Explanation:

Similar questions