View the prior layout.
View the first layout.
View the next layout.
Green Little Pig: "Not by the hair of my chinny chin chin."
void Pig.Refuse(Wolf BigBadWolf)
{
//Little Pig Green locks the door.
Pig.LockDoor();
//Little Pig Green peers out the window.
Pig.PeersOtWindow();
//Little Pig Green says “Not by the hair of my chinny chin chin.”
Pig.Says(“Not by the hair of my chinny chin chin.”);
//Little Pig Green closes the window.
Pig.ClosesWindow();
}
{
//Little Pig Green locks the door.
Pig.LockDoor();
//Little Pig Green peers out the window.
Pig.PeersOtWindow();
//Little Pig Green says “Not by the hair of my chinny chin chin.”
Pig.Says(“Not by the hair of my chinny chin chin.”);
//Little Pig Green closes the window.
Pig.ClosesWindow();
}

No comments:
Post a Comment