i have problem on my C language Program >this is the given problem<...
Question Answered step-by-step i have problem on my C language Program >this is the given problem<... i have problem on my C language Program >this is the given problem<1. Any call activated after 6:00pm (1800hours) yet before 8:00am (0800 hours) is discounted by50%.2. Any call activated after 8:00am (0800 hours) yet before 6:00pm (1800hours) is charged with a fullprice.3. All calls are subject to 4% tax.4. The regular rate for a call is P0.40 per minute.5. Any call longer than 60minutes receives a 15 % discount; that is, after any other discount is givenand before tax is taken upon >and this is the output needed< This is the correct output of net cost totalStart Time : 0123End Time : 0224Length of call : 61 minutesThe caller is entitled for a 15% discount.Gross cost :P 24.40Tax :P 0.98Net Cost :P 23.42 but my program the Net cost total is 9.40 instead 23.42 and theres many 0 showing on minutes and discounts #include


