Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

How to create this program in c# (CSharp) and if possible the exact code CIS 1625 Assignment 3 In this assignment, you will develop an

image text in transcribedimage text in transcribedHow to create this program in c# (CSharp) and if possible the exact code

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 rubric

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Big Data Systems A 360-degree Approach

Authors: Jawwad ShamsiMuhammad Khojaye

1st Edition

0429531575, 9780429531576

More Books

Students also viewed these Databases questions

Question

Show that lim V Vc for any e >0

Answered: 1 week ago