Write a program that calculates the quadratic equation the


write a program that calculates the quadratic equation. the program should be able to compute imaginary numbers (i.e. sqrt(-1)). finally, output the tow result. hint: the computer cannot directly compute imaginary numbers, but once transformed to a positive number the computer cancompute the answer. to emulate the imaginary number, print the lietral i at end of the result using cout. the quadratic equation is given below x= -b+- root b^2 -4ac/ 2a

Request for Solution File

Ask an Expert for Answer!!
Electrical Engineering: Write a program that calculates the quadratic equation the
Reference No:- TGS0564645

Expected delivery within 24 Hours