Question: Enterprise Car Rentals has asked you to write a program * that prompts the user for the type of rider. Based on the * user's
Enterprise Car Rentals has asked you to write a program * that prompts the user for the type of rider. Based on the * user's input the program will display the following: * * Input: sedan * Message: sedan cost 21.40 per day * * Input: COMPACT * Message: COMPACT cost 18.90 per day * * Input: Sports * Message: Sports cost 32.80 per day * * any other input * Message: I am sorry we don't carry ??? cars * * You may use either the ToUpper() or ToLower() methods * * You MUST USE ONLY NESTED if-statement to solve this problem * [For full marks you need to accept all combinations of * sedan, compact and sports]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
