Answered step by step
Verified Expert Solution
Question
1 Approved Answer
I am looking for help creating this program using language C# (C Sharp) CIS 1625 Assignment 3 In this assignment, you will develop an application
I am looking for help creating this program using language C# (C Sharp)
CIS 1625 Assignment 3 In this assignment, you will develop an application for ABC Rentals, an equipment rental store. The feature that you are going to implement handles returns of rented equipment. It should work as follows: The user should be able to enter customer first name and last name in separate fields, equipment number, equipment category and select the date the equipment was rented from a DateTimePicker control. Use today's date as the date of the return. When the user clicks a button labelled "Print Return Receipt", the program calculates rental fees and displays the receipt. The store charges $14.99 per day. The receipt should include the following: - Date and time the receipt was generated (the date and time when the button was clicked). - Customer first name and the first letter of last name followed by a period (see example below). - Equipment rented: Equipment number and the first 4 letters of the category (these letters should be upper case). - Total number of days the equipment was rented. - Total rental fee. - At the bottom, the receipt should include a general note related to any equipment that might be rented on that day. The note will indicate when equipment rented today will be due. The store rents equipment for 7 days. For example, if today is 2/15/2023, the note will be: "Equipment rented today are due on 2/22/2023" Assumptions: 1- The equipment category is at least 4 characters long. 2- The rental date the user selects is before today's date. Important: Name your project using your last name and assignment number. For example: fajaHW3 Submission: Submit project folder in Blackboard (see 'SubmissionInstructions' document). Grading rubricStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started