Question: java code j 2. Write the program to find the roots of quadratic equation. You may assume the x2c0 efficient is not zero. If the
java code
j
2. Write the program to find the roots of quadratic equation. You may assume the x2c0 efficient is not zero. If the discriminate is negative display message stating that there are no solutions. For the above said question, implement a class QuadarticEquation which has three instance variable of type int. Provide a constructor that receives the co-efficients for three variables of the quadratic equation. Provide a method name roots to calculate the roots of the equation. Write test application for the class QuadraticEquation which prompts the user to accept input and displays the appropriate solution
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
