Question: Given the following equation y = ax3 + bx? + cx + d Write a c program that prompts the user to enter the values
Given the following equation y = ax3 + bx? + cx + d Write a c program that prompts the user to enter the values of a, b, c, d, and x to calculate the value of y and print the value of y after calculating it. You are only allowed to use the functions in the stdio.h library. Do not use any other library in solving this problem. Copy and paste your program in the answer section of this forum
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
