edchem9 Posted September 18, 2011 Posted September 18, 2011 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
alextui Posted October 12, 2011 Posted October 12, 2011 Post your unfinished code here, we can't spoon feeding.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now