Chapter Text
String Pizza(int pizzaPlace){
switch(pizzaPlace){
case “crowbees”:
PizzaPlace.requirement = “Salt”;
break;
case “cateyes”:
PizzaPlace.requirement = “Pepperoni”;
break;
case “pizzaandahoot”:
PizzaPlace.requirement= “Better crust”;
Break;
default:
break;
}
//to add more restaurants later
return PizzaPlace.requirement;
}
Futakuchi openly gapes at the code in the text editor, but, being the fine gentleman that he is, he puts the laptop to sleep and pretends he didn’t know that the code exists at all. He considers himself lucky that he didn’t drop his coffee, he isn’t going to die, and he doesn’t own a pizza place that Tsukishima Kei frequents.
