PROGRAM:QUADREG Disp "A" Input A Disp "B" Input B Disp "C" Input C ((-B+sqrt(B^2-4*A*C))/(2*A))->D ((-B-sqrt(B^2-4*A*C))/(2*A))->E Disp D Disp E