>>309
要件
BuyMilk(1);
if( IsEggExist() ) {
BuyEgg(6);
}


実装
if ( IsEggExist() ) {
BuyMilk(6);
}