Project 14: Quadratic (Intercept to Standard Form)

Project 14:  Variables 'f', 'p', and 'q' have been initialized.  These variables represent the coefficients of a quadratic in intercept form (as shown above).

Task: Appropriately initialize the values for 'a', 'b', 'c' that represent the coefficients of the quadratic in standard form.

**If your code works for 5 test cases, you can enter your e-mail address

Universal Computational Math Methods:

pow(5,2) returns 25.0

abs(-3.0) returns 3

sqrt(49.0) returns 7.0