#include
int YesNo(char Bob);
int main()
{
cout << "I'm learning C++.\n\n";
cout << "Once Leo tried to teach me C++. This didn't work out well.\n";
cout << "I kept getting sidetracked and frustrated him terribly.\n";
cout << "Thankfully, that phase appears to have passed. :-D\n\n";
cout << "Do you care?" << endl;
cout << "Y)es\t N)o\n
(
Read more... )
Comments 6
Does "cout" look dirty to you? It always has, to me.
Reply
Reply
Reply
Reply
public void moobobSez() {
String ceePlusPlus = "C++ is old and busted.";
String javaah = "Java is the new hotness. :)";
System.out.println(ceePlusPlus + "\n" + javaah);
}
Reply
cout << "Shame on you! I'll get to Java, just you wait. My mom thinks I'm cool!\n";
Weeping (mooBobMeanness);
}
Reply
Leave a comment