Project 13: Quadratic (Vertex to Standard Form)

Project 13:  Variables 'f', 'h', and 'k' have been initialized.  These variables represent the coefficients of a quadratic in vertex 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