Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed image text in transcribedI 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 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

Step: 3

blur-text-image

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

Database Processing Fundamentals, Design, and Implementation

Authors: David M. Kroenke, David J. Auer

14th edition

133876705, 9781292107639, 1292107634, 978-0133876703

More Books

Students also viewed these Databases questions

Question

Question Who can establish a Keogh retirement plan?

Answered: 1 week ago