You need to design a program called "calculatePay" that will prompt a user for their hourly pay rate, their hours worked, and whether they are single or married. It will then calculate their gross. Do not worry about overtime. Here is a sample of what the program should do when executed/run