Question: full code with screenshot in c++ 3. Create a project in CodeLite. In the project, construct a class that will model a quadratic expression (ax+bx+c).
full code with screenshot in c++
3. Create a project in CodeLite. In the project, construct a class that will model a quadratic expression (ax+bx+c). In addition to a constructor creating a quadratic expression, the following operations can be performed: query quadratic expression for each coefficient evaluate the quadratic expression at a specified value determine the number of real zeros (solutions to associated quadratic equation) determine the real zeros Also construct a test program which will test whether your implementation of this class is correct. (40 points)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
