Hello,
I have a simple question. How do I use an if statement to check and respond to a randomly generated integer? For instance if the number is 4, it would print "Chicken"
but for 5 it would print "Steak" and so on. Is their a simple way to do this?
Thanks.