1
Reply

I have a C# program that I cannot get to work. Seems easy:(

Landon Buettner

Landon Buettner

Feb 6 2017 3:26 PM
213

The application should ask the user how many days the user would like to rent a car, then display the following car rental options to the user.

  1. Compact car for $28/day
  2. Intermediate for $32/day
  3. Full size for $33/day
  4. Sports Utility Vehicle (SUV) for $44/day
  5. Minivan for $65/day
  6. Luxury vehicle for $89/day

After the user picks the type of rental car, the application should use the number of days and the selected price per day to calculate the rental car price before taxes.

 
 
I really need some help... 

Answers (1)