Sui Expert Cheater
Reputation: 7
Joined: 04 Sep 2008 Posts: 119
|
Posted: Thu Apr 12, 2012 3:54 pm Post subject: |
|
|
| AverageAzn247 wrote: | cout<<"hello world";
theres ur first program |
hello world's too mainstream, I'm going big with carrots.
#include <iostream>
int main()
{
using namespace std;
int carrots;
carrots = 25;
cout << "I have ";
cout << carrots;
cout << " carrots.";
cout << endl;
carrots = carrots - 1;
cout << "Crunch, crunch. Now I have " << carrots << " carrots." << endl;
cin.get();
return 0;
}
_________________
|
|