Question
Using HTML A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour
Using HTML
A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or any part of an hour in excess of three hours. The maximum charge for any given 24 hour period is $10.00. Assume that no car parks for longer than 24 hours at a time. Write a script that will calculate and print the parking charges for each customers who parked their cars in the garage yesterday. You should use a form to input from the user the hours parked for each customer. The program should display the charge for the current customer and should calculateand display the running total of yesterday's receipts. The program should use the function calculateCharges to determine the charge for each customer. to get the number from the form, use the techniques shown in Self-Review.
Step 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