View the prior layout.
View the first layout.
View the next layout.
Big Bad Wolf: "Little pig, little pig, let me in."
void BigBadWolf.KnocksOnDoor(Pig LittlePig)
{
//The Big Bad Wolf approaches Little Pig Red’s House.
BigBadWolf.Approaches(LittlePig.House);
//The Big Bad Wolf knows on the door.
BigBadWolf.Knocks(Door);
//The Big Bad Wolf says “Little pig, little pig, let me in.”
BigBadWolf.Says(“Little pig, little pig, let me in.”);
//The Big Bad Wolf waits.
BigbadWolf.Waits();
}
{
//The Big Bad Wolf approaches Little Pig Red’s House.
BigBadWolf.Approaches(LittlePig.House);
//The Big Bad Wolf knows on the door.
BigBadWolf.Knocks(Door);
//The Big Bad Wolf says “Little pig, little pig, let me in.”
BigBadWolf.Says(“Little pig, little pig, let me in.”);
//The Big Bad Wolf waits.
BigbadWolf.Waits();
}
No comments:
Post a Comment