Write a C program that inputs three numbers. Then write a function called Total tocalculate the output of the following operation and print it.
T = 0.869 C1^6 + 0.214 (C2C3)!
C1 is a real number that must be entered by the user in the range of [0.17 8.76]. If the number entered was not in the range, the program must print an error message and exit. C2 and C3 are positive integer number to be entered by the user. If the user enters a negative value for C2 or C3, theprogram must print an error message and exit.Hint: You may use another function to calculate the factorial operation.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here