Hello guys i need your help to finish my project in computer programming so guys i need your help
problem: the new telephone company has the following rate structure for long-distance calls:
a. The regular rate for a call is $0.40 per minute
b. any call started after 6:00 PM(1800 hours) but before 8:00 AM(0800 hours) is discounted 50%.
c. any call longer than 60 minutes receives a 15% discount.
d. all call are subject to a 4% federal tax on the cost after any discount.
write a program(using turbo c) that take the start time for a call based on aa 24-hour clock and the length if the call in minutes.the gross cost(before any discounts or tax) should be displayed
followed by the net cost(after discount are deducted and tax is added).Use a function to display instructions to the program user, a function to compute the gross cost, and a
separate function to compute each discount amount.
thank you! in advance