about | help | code help+videos | done | prefs |
evalQuadratic
Write a function that evaluates a quadratic equation in the form Y = aX^2 + bX + C. It accepts the parameters in the order a b c x, and returns the y value. evalQuadratic(1, 0, 3, 1) → 4 evalQuadratic(1, 2, 3, 1) → 6 evalQuadratic(1, 0, 3, 2) → 7 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy