Liudmyla-Hraiv / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

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.


Languages

Language:Java 100.0%