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

No comments:
Post a Comment