Question: Java code needed. Really need help with code. dont worry about the steps part but everything else is needed. Here is a example of what

Java code needed. Really need help with code.Java code needed. Really need help with code.dont worry about the stepsdont worry about the steps part but everything else is needed.

Here is a example of what it should produce.

part but everything else is needed. Here is a example of what

Need this by 4 today if anyone can help. Do not worry about making the tables all I need is that the values work as intended to calcualte a quadratic function.

- The program assigned will find one of the three possible results of finding quadratic roots, including two roots, one root, or complex roots The first three steps of the FSPP must be used to develop the program, and this file will be turned in separately; the only code allowed in the step three file is the class code structure and the main code structure - Then the last step of the FSPP will use the step three file to implement the code (in the step four file) - The program itself will accept three integer coefficients (e.g., a, b, c) representing the three coefficients found in a quadratic equation - The program will then find one of the three root possibilities as specified above. The program must protect itself from attempting to find the square root of a negative number and may use one flag to indicate a complex number found as needed - The program must also conduct appropriate modular operations such that initialization, input, processing, output, and program end indications are implemented independently from each other - Part of the program action will be to identify a solution with only one root; the logic and data manipulation must handle this appropriately; note that the mathematical operations must be broken down to at least calculate the denominator, the discriminant, the square root of the discriminant, and the roots as need. Each of these must be on its own line of code - Students will be provided the appropriate constants in a text file, and these constants must be used in the program. As in the previous assignment, only constants with small offsets may be used in display method calls, and no spaces may be printed independently of other parts of the display Quadratic Root Finding Program Enter Coefficient A: 1 Enter Coefficient B: -5 Enter Coefficient C: 6 QUADRATIC ROOT RESULTS VALUE NAME VALUE Coefficient A 1.ee Coefficient B -5.00 Coefficient c 6.80 Root One 3.89 Root Two 2.80 End Program EEEEEEEEEE Divider between program examples Not in program Quadratic Root Finding Program Enter Coefficient A: 5 Enter Coefficient B: 1 Enter Coefficient C: 5 QUADRATIC ROOT RESULTS VALUE NAME VALUE Coefficient A 5.80 Coefficient B 1.89 Coefficient C 5.89 Roots Complex End Program Divider between program examples Not in program Quadratic Root Finding Program Enter Coefficient A: 1 Enter Coefficient B: -4 Enter Coefficient C: 4 QUADRATIC ROOT RESULTS VALUE NAME VALUE Coefficient A 1.89 Coefficient B + -4.00 Coefficient c 4.ee Single Root 2.ee End Program - The program assigned will find one of the three possible results of finding quadratic roots, including two roots, one root, or complex roots The first three steps of the FSPP must be used to develop the program, and this file will be turned in separately; the only code allowed in the step three file is the class code structure and the main code structure - Then the last step of the FSPP will use the step three file to implement the code (in the step four file) - The program itself will accept three integer coefficients (e.g., a, b, c) representing the three coefficients found in a quadratic equation - The program will then find one of the three root possibilities as specified above. The program must protect itself from attempting to find the square root of a negative number and may use one flag to indicate a complex number found as needed - The program must also conduct appropriate modular operations such that initialization, input, processing, output, and program end indications are implemented independently from each other - Part of the program action will be to identify a solution with only one root; the logic and data manipulation must handle this appropriately; note that the mathematical operations must be broken down to at least calculate the denominator, the discriminant, the square root of the discriminant, and the roots as need. Each of these must be on its own line of code - Students will be provided the appropriate constants in a text file, and these constants must be used in the program. As in the previous assignment, only constants with small offsets may be used in display method calls, and no spaces may be printed independently of other parts of the display Quadratic Root Finding Program Enter Coefficient A: 1 Enter Coefficient B: -5 Enter Coefficient C: 6 QUADRATIC ROOT RESULTS VALUE NAME VALUE Coefficient A 1.ee Coefficient B -5.00 Coefficient c 6.80 Root One 3.89 Root Two 2.80 End Program EEEEEEEEEE Divider between program examples Not in program Quadratic Root Finding Program Enter Coefficient A: 5 Enter Coefficient B: 1 Enter Coefficient C: 5 QUADRATIC ROOT RESULTS VALUE NAME VALUE Coefficient A 5.80 Coefficient B 1.89 Coefficient C 5.89 Roots Complex End Program Divider between program examples Not in program Quadratic Root Finding Program Enter Coefficient A: 1 Enter Coefficient B: -4 Enter Coefficient C: 4 QUADRATIC ROOT RESULTS VALUE NAME VALUE Coefficient A 1.89 Coefficient B + -4.00 Coefficient c 4.ee Single Root 2.ee End Program

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!