Recent content by Pratibha_S

  1. P

    C/C++ C++ and solving quadratic Equations

    This is the corrected way of writing the program... I've not really checked the logic, but this is the corrected way of writing what you want to. Try and avoid spaces. #include<iostream.h> #include<conio.h> //I've put this for the clrscr() function. #include<string.h> #include<math.h>...