Dec 21, 2008 at 3:07pm
Thank you! I love her so much!
Dec 22, 2008 at 6:49pm
1 2 3 4 5 6 7 8 9 10 11 12
|
#include <iostream>
using namespace std;
int main()
{
string wow[2] = {"lations", "Congratu"};
for(int i = 0; i < 2; i++)
{
cout << (i? wow[0] : wow[1]);
}
cin.ignore(numeric_limits<streamsize>::max(), '\n');
}
|
Last edited on Dec 22, 2008 at 6:51pm
Dec 23, 2008 at 11:29pm
Thank you!
Just so you all know, I've been compiling and executing every one of your programs.
My fiancée is impressed with the all responses here.
:-)