Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Need help with Visual Basic, not C#. I have to use Visual Basic to create a webpage that has functions listed below. I don't know

Need help with Visual Basic, not C#. I have to use Visual Basic to create a webpage that has functions listed below. I don't know where to start to this so asking for help. First part is just a background and additional information, and bottom "System Requirement" is the part that explains function requirement. Thank you in advance! Business Process (This section provided for background. You just need to create a page that calculates the charge after a car was returned) 1. Campus employees currently call to reserve a vehicle (you are asked to replace that with a self-service webform). The employee records the check-out date, return-date and type of vehicle needed. 2. The motor pool employee then does a manual calculation of the cost and provides a price quote and notice of reservation. 3. On the day the vehicle is picked up, the motor pool employee and the driver do a walk around the vehicle to check for damage, the starting mileage is recorded, then they give the paperwork and keys to the renter 4. On the day the vehicle is returned, the motor pool employee and the driver do a walk around the vehicle to check for damage, the ending mileage is recorded, then they return the keys. 5. A final invoice is drawn up, saved to the motor pool system, and sent to the renter's department. The final cost is based on the # days (which may be different than requested in the reservation process) rental, the mileage driven, and any special expenses (such as extra cleaning, minor accidents, etc.) 6. Keep a running total of the number of reservations. Show this in a label or textbox. System Requirements 1. When the requesting University authorized driver is using a website to reserve a vehicle they should receive an estimate for the cost which is based on # days driven and mileage. The motor pool rents out three different cars, 4-door sedan ($30 per day), 8 passenger van ($70 per day), and 3/4 ton pick-up truck ($80 per day). Use two calendar controls or two textboxes in datetime mode to count the number of days and perform the calculations. The charge is per day, you do not have to calculate partial day costs. 2. When the reservation is made the estimated cost should be shown in a nicely formatted manner so that the departmental administrator can check their budget and prepare payment. 3. The cost of the rental is a) the daily cost of the vehicle b) The motor pool also charges a flat .25 cents per mile the vehicle accrues. So you will need to record the mileage when the car is picked up and returned. c) additional charges for damage may be charged. 5. You are calculating cost of the rental based on type of vehicle, number of miles and number of total days.

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

Databases On The Web Designing And Programming For Network Access

Authors: Patricia Ju

1st Edition

1558515100, 978-1558515109

More Books

Students also viewed these Databases questions