8

Code in such a way that it solves family of problems! Not just one 🙌🏼

Comments
  • 1
    string FatherLoveMe (bool proud bool successful)
    {
    string comment;
    if (proud && succesful)
    {
    comment = "Love You";
    }
    else
    {
    comment = "Quiet little WordPress developer";
    }

    return comment;
    }
Add Comment