Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A company offers its employees a rebate on tuition fees when they enrol in university courses. The rebate amount is calculated as follows: if the

image text in transcribed

A company offers its employees a rebate on tuition fees when they enrol in university courses. The rebate amount is calculated as follows: if the employee is taking one course, the rebate is 80% on the first $500, 60% on the next $400, and 40% on the remainder; if the employee is taking more than one course, the rebate per course is 70% on the first $600, 50% on the next $500, and 30% on the remainder. Write a Fortran program to ask the user how many courses they are taking and the tuition amount per course, and output the tuition rebate based on the rules above. You can assume equal tuition fees for each course. A company offers its employees a rebate on tuition fees when they enrol in university courses. The rebate amount is calculated as follows: if the employee is taking one course, the rebate is 80% on the first $500, 60% on the next $400, and 40% on the remainder; if the employee is taking more than one course, the rebate per course is 70% on the first $600, 50% on the next $500, and 30% on the remainder. Write a Fortran program to ask the user how many courses they are taking and the tuition amount per course, and output the tuition rebate based on the rules above. You can assume equal tuition fees for each course

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Joe Celkos Data And Databases Concepts In Practice

Authors: Joe Celko

1st Edition

1558604324, 978-1558604322

More Books

Students also viewed these Databases questions

Question

How do Excel Pivot Tables handle data from non OLAP databases?

Answered: 1 week ago