public ref class Class1
{
// TODO: Add your methods for this class here.
};
}
int main ();
{
cout <<"Pledge: On my honor, I have neither given nor received unauthorized aid\n";
cout <<"on this assignment. I have not designed this program\n";
cout <<"in such a way as to interfere with the normal\n";
cout <<"operation of the D.C.C./ instructor's computer\n";
cout <<"Student name: Todd Hobza II";
cout <<"File name: q";
cout <<"Description: this program finds the 2 roots to a quadradic equadion";
cout <<"Course: egr 126 01";
cout <<"Date: 9/20/2013";
float a, b, c, r.1, r.2;
cout << "Press return after each number.\n";
cout << "what is the value of a?\n";
cin >> a;
cout << "what is the value of b?\n";
cin >> b;
cout << "what is the value of c?\n";
cin >> c;