ch3p-readme
AppParty | Party |
readme.txt
Open the terminal in folder ex15-17, which contains folder party:
mcs -recurse:party/*.cs -main:party.Party -out:Party.exe
// -recurse:party/*.cs search recursively in folder party for source files
// main: class containing the Main() method
// -out:Party.exe output in the current folder
mono Party.exe
House on 228 Maple Rd. holds robot Robbie, 2 hosts: John, Patricia,
and 3 rooms: Kitchen, Dining room, Bedroom,
Robbie makes the bed
John and Patricia decide to have a party!
Robbie invited: Martin, Linda,
Start the party!
Dining table is luxurious; foods: Fruit cake, drinks: Coca Cola,
Coca Cola is refreshing
Fruit cake is delicious
Match is practical
Lighting a match
Candle is romantic
Lighting a candle
Robbie cleans the kitchen
Robbie cleans the diner
Robbie says Good bye to all the guests
AppParty | BACK_TO_TOP | Party |
Comments
Post a Comment