Create a simple application for a car rental company. The program should allow the user to choose a car style (compact, standard, or luxury) and a number of days (1 through 7). After the user makes selections, display the total rental charge, which is $19.95 per day for a compact car, $24.95 per day for a standard car, and $39.95 per day for a luxury car. Use the controls that you think are best for each function. Label items appropriately and use colors to achieve an attractive design. Take note that the different prices provided for the different car styles are constant values. Save the project as CarRental.