#include <pathoftheshell>
#define functions here

 

int questions()

{

cout << whoAmI();

cout << isThisOfficial();

return 0;

}

 

void whoAmI()

{

char name = Sheldon;

IF (name == PlayOnWords)

{

cout << "Clever.";

}

ELSE

{

cout << "Not Zandi";

cout << "Not Tweek";

}

 

void isThisOfficial()

{

bool emote;

IF (emote == havingFun)

{

cout << "Does it really matter if this is official?";

}

ELSE IF (emote == notHavingFun)

{

char moral[] = "The reward is the journey. Anything else is a bonus."

char bonus[] = "maybe";

}

}