Question: Need coded for Java. Quadratic Equation The problem: Solve the following quadratic equation for variable x: ax2 + bx + c = 0 taking into
Need coded for Java.
Quadratic Equation The problem:
Solve the following quadratic equation for variable x: ax2 + bx + c = 0 taking into consideration all possible solutions. -
Input and output: User will supply the following data as input : a, b and c The program will calculate the values of x1 and x2 (if they exist) by using the quadratic formula: Hints: Make sure that you address the following cases: two distinct real solutions (this is the "normal case") two distinct complex solution (discriminant is < 0) one real solution (discriminant = 0) one real solution (a = 0, so the equation to be solved is really just bx +c =0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
