Question: Write a C++ program that accepts the ab, and e coefficients of a quadratic equation and display its roots. The program should check the value
Write a C++ program that accepts the ab, and e coefficients of a quadratic equation and display its roots. The program should check the value of the coefficient 'a' to be NON-ZERO: Otherwise, it should show an error message and allow the user to enter new data. Note: The program should display both the real root and imaginary roots. The roots of the equation calculated using the relation given below. -b Vb2 - 4ac Roots 2a The program should show a message "This code is written by your Name, University ID" on the screen (either at the start or the end). To save time, Not necessary to write common lines of codes such as # include, using namespace, system (pause) Approximate time required to code: Not more than 15 minutes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
