Quadratic Solver

The QuadraticSolver class calculates solutions for quadratic equations of the form ax^2 + bx + c = 0. For this class:

Write a QuadraticSolverTester to demonstrate the capabilities of the QuadraticSolver class.