Riley Residence Hall charges different rates for semester room and board based on the
number of meals per day the student wants. The semester rate with no meals is $300.
With one meal per day, the rate is $450. With two meals per day, the rate is $520, and
with three meals per day, the rate is $590. Store these rates in an array. Write a program
that allows a student to enter the number of meals desired per day. Output the semester
room and board rate. Name the file SemesterMeals.cp