CS1301 Lab 9

CS 1301 Lab 9

100 Points

Attendance is worth 10 points.

(90 points) Team Problem 1:
For this program you need to submit the source code (.java), including prolog.

Design a class named QuadraticEquation for a quadratic equation ax*x + b*x + x = 0. The class contains:

Write a test program that prompts the user for the values a, b and c and displays the result based on the discriminant.

To successfully complete this lab you should: