In the “pretend” code for cooking a chicken, the placeChicken() function has some stray text in it. This line:
placeChicken(4,"baking dish"167);
should read:
placeChicken(4,"baking dish");
In the “pretend” code for cooking a chicken, the placeChicken() function has some stray text in it. This line:
placeChicken(4,"baking dish"167);
should read:
placeChicken(4,"baking dish");