Your First C++ Program
P | N


#include <iostream.h> // Access the runtime

main() { // Must be main, not MAIN, not Main

cout << "The volume of the box car is ";

cout << 11 * 9 * 40;

cout << endl;

}


Previous | Next


Last modified at 8/5/97; 12:32:26 PM
Other Links of Interest
College of Computing | EduTech Institute | GVU Center
Mark Guzdial | Papers | CS 2390 Spring '97 Home Page | STABLE | MMC-CaMILE

Slide Master