1
Reply

console app problem

john burns

john burns

Feb 27 2012 4:48 PM
3.1k
I've been trying to write this but i dont have the time as im taking 6 classes and working everyday fixing computers!
i know its not ethical to ask for code, but would really appreciate it if someone helped me with this
Console application.
Thank you so much!

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 part thereof 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 an application that calculates and displays the parking charges for each customer who parked in the garage yesterday. You should enter the hours parked for each customer. The application should display the charge for the current customer and should calculate and display the running total of yesterday's receipts. The application should use method CalculateCharges to determine the charge for each customer. 

Answers (1)