Bookmark and Share
Subscribe


Home > C/C++ > Mortgage calculator

Mortgage calculator

December 25th, 2008

Create a tax calculation program for Kudler stores

I need a Mortgage calculator make in a C program (Miracle C, you can download it free from the internet) to perform task. Please make sure the program work perform the step that makes it work.
You must also make a list on how the program works when entering difference task (step by step).Attach a design flow chart on how the program was design (Mortgage calculator).

The calculator must perform the task in the Service Request SR-kf-008 (see last page).

Make sure all three stores are done in the calculation:

* Del Mar - 7.25%
* Encinitas - 7.5%
* La Jolla - 7.75%
C program that displays the sales tax amount for each store location for a purchase amount of $125.00.

Do not do Change Request #1 or Change Request #2.

This order I will need a:
Mortgage calculator made in a C program (Miracle C).
Step by step on how to make it work.
And a flow chart on the design of the project (the calculator).
And do all three stores are done in the calculation, and explain how that was done.
All of this must be done to complete the order!

GUIDELINES FOR DRAWING A FLOWCHART
Flowcharts are usually drawn using some standard symbols; however, some special symbols can also be developed when required. Some standard symbols, which are frequently, required for flowcharting many computer programs are shown in Fig.1

If there any difference flow symbol you find that can go with the flow chat can add them.

Service Request SR-kf-008
Tax Calculator
Organization: Kudler Fine Foods
Locations: All
Requester: Harvey Stephens
Description of Request:
Create a tax calculation program for Kudler stores.
Background of Request:
Some food items and all non-food items are subject to a statewide sales tax and local district taxes. Due to differences in district taxes, each store uses a different tax rate.
* Del Mar - 7.25%
* Encinitas - 7.5%
* La Jolla - 7.75%
Expected Results/Impact when completed:
C program that displays the sales tax amount for each store location for a purchase amount of $125.00.

Change Requests

Change Request #1
Requestor: Harvey Stephens
Modify the C program so that the user inputs the purchase amount. Check the user’s input for validity. In addition to calculating the sales tax for each location, calculate and display the total sale amount for each location.

Change Request #2
Requestor: Harvey Stephens
Modify the C program so that the user inputs the purchase amount. Check the user’s input for validity. Have the user select from a menu which store to use for the tax calculation. Calculate and display the tax amount for the store selected and the total sale amount for that store.

C/C++

Comments are closed.
Bookmark and Share
Subscribe