// This program will write the name, address, telephone number
// and college major of the programmer.
// Michael Hawkinberry
#include <iostream>
using namespace std;
int main()
{
cout << " Michael Hawkinberry\n6393 Harlem-Grovetown Road, Harlem, Georgia, 30814\n(706) 556-3731\nComputer Science " << endl;
return 0;
}
Is this program error free? if there are errors could u send them to me?? thanks