誕生日

誕生日といえばケーキ
というわけで、頼んでおいたケーキが届く予定

private addAge() {
    age++;
    Cake mycake = buyCake(myMoney);
    eatCake(mycake);
}