/AB-Automation-Courses-HW3

Create a program that can solve quadratic equations using the discriminant and test it. Write a function that accepts three integer arguments (a, b, c) and returns an object of class Solution. Write 3 tests that check: For a discriminant > 0; For discriminant = 0; For discriminant <0.

Primary LanguageJava

Stargazers

No one’s star this repository yet.