View the prior layout.
View the first layout.
View the next layout.
Green Little Pig: "You are safe here, come inside."
void LittlePig.Helps(Pig ScaredPig)
{
//Little Pig Green opens the door.
LittlePig.OpenDoor();
//Little Pig Green says “You are safe here, come inside.”
LittlePig.Says(“You are safe here, come inside.”);
//Little Pig Red enters the house.
ScaredPig.EntersHouse(LittlePig);
//Little Pig Green closes the door.
LittlePig.CloseDoor();
}
{
//Little Pig Green opens the door.
LittlePig.OpenDoor();
//Little Pig Green says “You are safe here, come inside.”
LittlePig.Says(“You are safe here, come inside.”);
//Little Pig Red enters the house.
ScaredPig.EntersHouse(LittlePig);
//Little Pig Green closes the door.
LittlePig.CloseDoor();
}
No comments:
Post a Comment