Hey guys, i need your help asap(now) to complete this program!Thanks
A Second degree polynomial in X given by the expression Ax^2 +Bx +c , where a,b and c are known numbers and a is not equal to zero. Write a C++ function named polytwo() that computes and returns the value of a second-degree polynomial for any passed values of a, b, c and x. Write a complete program including main program.