Dean Clyde Omoso
New member
...gud in programming? guys will u pls help me with this java homework using bufferedreader. i admit im not that good in programming so ur help
will be much appreciated thank u
needed ASAP
the new telephone company has the ff: rate structure for long distance calls:
a.any call started after 6:00PM(1800 hrs) but before 8:00AM(0800 hrs) is discounted 50%.
b.any call started after 8:00AM(0800 hrs) but before 6:00PM(1800 hrs) is charged full price.
c.all calls are subject to a 4% federal tax.
d.the regular rate for a call is $0.40 per minute
e.any call longer than 60 minutes recieves 15% discount on its cost (after any other discount is subtracted
but before tax is added).
write a program that reads the start time for a call based on a 24-hour clock and the length of the call.
the gross cost(before any discount and tax) should be printed followed by the net cost(after discountsare deducted and tax is added).
format your output to have two decimal places.
will be much appreciated thank u

the new telephone company has the ff: rate structure for long distance calls:
a.any call started after 6:00PM(1800 hrs) but before 8:00AM(0800 hrs) is discounted 50%.
b.any call started after 8:00AM(0800 hrs) but before 6:00PM(1800 hrs) is charged full price.
c.all calls are subject to a 4% federal tax.
d.the regular rate for a call is $0.40 per minute
e.any call longer than 60 minutes recieves 15% discount on its cost (after any other discount is subtracted
but before tax is added).
write a program that reads the start time for a call based on a 24-hour clock and the length of the call.
the gross cost(before any discount and tax) should be printed followed by the net cost(after discountsare deducted and tax is added).
format your output to have two decimal places.