Write Program C Solves Chapter 3 Exercise 6 C Textbook Rather Setting X 255 However Solve Q43900673
Write a program in C that solves Chapter 3, Exercise 6 from theC textbook. Rather than setting x=2.55, however, solve the equationusing a user-input value for the variable “x.” Choose the best datatype for the user-input variable.
6. Write a program to evaluate the polynomial shown here:
3×3 – 5×2 + 6
for x = user input value
Expert Answer
Answer to Write a program in C that solves Chapter 3, Exercise 6 from the C textbook. Rather than setting x=2.55, however, solve t…
OR