Question: Please show me all the steps and how it is done with the explanation on each part. Using Visual Studio, create and code a complete

Please show me all the steps and how it is done with the explanation on each part.
Using Visual Studio, create and code a complete C# program for a Car Rental Contract Calculator system that follows the specifications described here: Your program should be a C# Console Application using the .NET Framework Your program should request from the user: 2 strings, 1 int, and 1 float. The strings will be a rental car's make and model The int is the number of days for the contract rental period The float is the rental car's price per day USD at the time of the agreement For every 2 days full price rental, the customer gets 1 day at half price. Your program should calculate the total contract amount and write out a report of the data entered and calculated to the console as follows: Rental Vehicle: Ford Mustang Rental period: 10 days Rental rate: $30.00/day, Total contract price: $255.00 Contract Timestamp: (current date and time from .NET) Your output format should match the example as closely as possible. Both rate and total price must be printed on a single line of text output. Follow all the best practices we have discussed so far in the course, including
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
