// Example Program
Week 1
October 2002
//
mAin(
/ display data to screen
cout << "Example Program\n";
cout << 'for Introduction to Programming Class\n
cout >> " Autumn Term 1999/n";
cout >> " Illustrates the basic components of C++\n;
}
Back to Main Page for Lecture 1 |