Back to DFS's Workshop Page
Back to Agenda Page
For this problem, you are to cannibalize any available code and write a PHP script which can be run from the Command Line. It should ask the user for the coefficients of the equation Ax2 + Bx + C = 0. Using the quadratic formula, follow the pseudocode below.
Click here to see an HTML/PHP solution to this problem.