Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

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
  • 7 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.