Java, c, C++, win32, .net, C#, ASP, VB, ADO, and many more
Thursday, December 11, 2008
printing program
// An unruly printing program #include using namespace std; int main() { cout << "The following items were top sellers"; cout << "during the month of June:"; cout << "Computer games"; cout << "Coffee"; cout << "Aspirin"; return 0; }
No comments:
Post a Comment