#include #include using namespace std; int main() { //let us solve the eq.: ax^2+bx+c=0 double a,b,c,d; cout << "please enter the value of a: "<> a; cout << "please enter the value of b: "<> b; cout << "please enter the value of c: "<> c; if (a==0) { if (b==0) { if (c==0) { cout << " - identity!"<0) { cout << "- the solutions are: "<