305 | | [[image:https://www.google.com/url?sa=i&rct=j&q=&esrc=s&source=images&cd=&cad=rja&uact=8&ved=0ahUKEwjS5oD-gY3WAhUs94MKHbpwB4sQjRwIBw&url=http%3A%2F%2Fphi2010.blogspot.com%2F&psig=AFQjCNG8rEtQbDhBSL7ojOYD9kOuL-d0ew&ust=1504665503635530]] |
306 | | |
307 | | * Create a program that prints a random fortune cookie saying, drawing randomly from a different lists of nouns and verb phrases. Make the random sayings sound suitably cryptic and wise. |
308 | | * The program should prompt the user for the number of sayings they want output, validate that it is indeed a number, and print out that many. |
309 | | * Use functions and control structures to make the code manageable. Its best if you work in pairs for this exercise. |
| 305 | [[image(http://wiki.team2537.com/attachment/wiki/SoftwareOverview/1B6AA343-B7D4-49F7-88DA-2AB89A7A4E72-5482-00000452F115F905_tmp.png)]] |
| 306 | |
| 307 | * Create a program that prints a random fortune cookie saying, drawing randomly from a different lists of nouns and verb phrases. Make the random sayings sound suitably cryptic and wise. |
| 308 | * The program should prompt the user for the number of sayings they want output, validate that it is indeed a number, and print out that many. |
| 309 | * Use functions and control structures to make the code manageable. Its best if you work in pairs for this exercise. |