While a man and a woman move house, what will happen? Funny codes written by me:

Man:

while($totalItemPrice > $airlineFines)
{
      foreach($items AS $itemPrice)
      {
       if($itemPrice > $setPrice)
      {
       drop();
      }
      else
      {
       save();
      }
      }
}

Woman:

while($bagsQuantitySatisfy() && $boyfriendIsPresent())
{
       $totalItem = $toys[] + $cosmetic[] + $bonsais[] + $balloons[] + $lamp[] + $socks[] + $cloths[] + $additionalCloths[] + $extraCloths[] + $unexpectedCloths[] + $friendsCloths[] + $friendsFriendsCloths[];
       ship();
}

共有 0 条评论

           

    发表评论

    您的电子邮箱地址不会被公开。 必填项已用 * 标注