Would you marry the avatar above you?


Yes!~


tumblr_m66z5pSPbA1qltfc4o1_500.gif
 
Nobody has scooped that gorgeous creature off their feet yet?


I guess I better do it



#include <iostream>


#include <string>


using namespace std;


int main( )


{


   bool trap; 


   string answer;


    if (trap == true)


    {


        answer = "No";


    }


    else if (trap == false)


    {


        answer = "Yes";


    }


    cout << answer;


    return 0;


}
 
Last edited by a moderator:

Users who are viewing this thread

Back
Top