Sample Source Code for programming problems
Java, c, C++, win32, .net, C#, ASP, VB, ADO, and many more
Thursday, December 11, 2008
well-adjusted printing program
#include
using namespace std;int main()
{
cout << "The following items were top sellers" << endl; cout << "during the month of June:" << endl; cout << "Computer games" << endl; cout << "Coffee" << endl; cout << "Aspirin" << endl; return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Your Title
No comments:
Post a Comment