Question: Exercise 1: Quadratic Algorithms Write an algorithm for solving a quadratic equation. Quadratic equations have the form: ax2 +bx c 0 X is an unknown

Exercise 1: Quadratic Algorithms Write an algorithm for solving a quadratic equation. Quadratic equations have the form: ax2 +bx c 0 X is an unknown a, b, c are constants, a # 0 Your algorithm should output the number of real roots and then list the roots (if any) Express your algorithm as pseudocode and as a flow diagram
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
