question archive The program you write should include these components at a minimum
Subject:Computer SciencePrice: Bought3
The program you write should include these components at a minimum.
Remember though: Get creative, and feel free to add different components that you feel are applicable in a grading program.
-You must have at least two different arrays - These are, in effect, parallel arrays:
-One for each dept of books
-For example: CIS Books; and Math Books
-** Please note: The example image shown below includes 2 arrays
-The arrays are for CIS Books and Math Books; and the price for each book
-** You can also add extra categories
-Such as English Books
-Or, you can include categories, such as stationary
-Remember to use a "for" loop for each array
-You should have Totals that calculates the totals of all textbook prices
-If you have 2 textbook categories, both should have their own price totals; and then also a total for all the books reserved
-Hints and Suggestions:
-You can set your own book prices - for example, see the prices in the example below
-You can set how many books for each section
-You can also write the program to ask the user for this input, but this is not required
-At the end, it prints out the totals for each section; the % paid by financial aid; and the new total the student must pay out of pocket