Create program called "calculatePay" which will prompt 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