Programming Drill #5

Due: Wednesday, May 28
Goal:  Practice with a switch or if statement and random numbers

What's for dinner?  Let the computer decide.

Write a program that generates a random integer that is either 1, 2, 3, or 4.

Use the random number in either a switch or if statement that outputs "Pizza" if the number is 1 or 2, "Hakarl" if the number is 3, and "Couscous" if the number is 4.