Trending News
Promoted
leabee
Lv 4
Can anyone help me write some computer code that my programmer friend will laugh at?
He's a bigshot programmer dude, and I want to send him a snippet of something affectionate and funny - if I can include 'I love you madly' in there somewhere, that would be amazeballs!
Obviously I have no idea about programming. Please be gentle!
:) thanks
1 Answer
Relevance
- 6 years ago
#include <stdio>
using namespace std;
int main(){
bool youAreAwesome = true;
bool youMakeTheBestTacos = true;
bool greatestPersonEver = true;
while( youAreAwesome && youMakeTheBestTacos && greatestPersonEver){
cout << "I love you madly "<< endl;
}
return 0;
}
Still have questions? Get your answers by asking now.