View the prior layout.
View the first layout.
View the next layout.
Green Little Pig: "I will build a house of sticks."
Void LittlePig.BuildHouse(Material BuildingMaterial)
{
//Little Pig Green Looks for materials to build a house out of.
LittlePig.LooksForBuildingMaterial();
//Little Pig Green sees a building material, Sticks.
LittlePig.SeesMaterial(BuildingMaterial);
//Little Big Green says “I will build a house of Sticks.”
LittlePig.Says(“I will build a house of ” + BuildingMaterial.Name + “.”);
//Little Pig Green builds a house.
LittlePig.BuildsHouse(BuildingMaterial;
}
{
//Little Pig Green Looks for materials to build a house out of.
LittlePig.LooksForBuildingMaterial();
//Little Pig Green sees a building material, Sticks.
LittlePig.SeesMaterial(BuildingMaterial);
//Little Big Green says “I will build a house of Sticks.”
LittlePig.Says(“I will build a house of ” + BuildingMaterial.Name + “.”);
//Little Pig Green builds a house.
LittlePig.BuildsHouse(BuildingMaterial;
}
No comments:
Post a Comment