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