Question: Write a complete C++ program that outputs all roots of a quadratic equation, ax^2 + bx + c = 0. The program should first read
Write a complete C++ program that outputs all roots of a quadratic equation, ax^2 + bx + c = 0. The program should first read in three type number from a named display result according to quadratic equation and determinate for three types of solutions. There are two real roots, there are one real root, or There are no real roots to your monitor. x = -b plusminus sqareroot b^2 - 4ac/2a for example the program will displace the following if coefficients are 4. 5. 1. There are two real roots. x_1 = -0.25 x_2 = -1.00 (Head documenters are optimal. However major block and inline comments are required. 5 marks are allocated to comments.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
