Question: C# Only and pseudocode....Write a test program (name it testEquation) to create objects and test the class methods. Organized your output following these sample runs.
C# Only and pseudocode....Write a test program (name it testEquation) to create objects and test the class methods. Organized your output following these sample runs. Sample run 1 for 3x2+ 8x + 4: a = 3 b = 8 c = 4 Root 1 = -0.6666666666666666 Root 2 = -2.0 Sample run 2 for 3x2+ 4x + 8: a = 3 b = 4 c = 8 Root 1 is Undefined Root 2 is Undefined Sample run 3 for 2x2+ 8x + 2: a = 2 b = 8 c = 2 Root 1 = -0.2679491924311228 Root 2 = -3.732050807568877
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
