Assignment

Project – Part 4 – Arrays

Modify the pseudocode design that you created so far for your ITP 100 Project.  To do the following :

  • As the student adds courses, load an array named courses[ ] with the course name.
  • As the student adds courses, load a parallel array named cost[ ] with the cost of that course.
  • Use the cost[ ] array to calculate the total bill. Be sure that you are not duplicating the totaling logic in you project solution.  It should be clean, simple code.

Save the hierarchy chart as ITP100Project-Part4-Hierarchy-LastName.doc

Save the pseudocode design using the filename ITP100Project-Part4-LastName.doc

Submit for a Grade:

  • Upload the files ITP100Project-Part4-Hierarchy-LastName.doc and ITP100Project-Part4-LastName.doc file to the ITP100_Project_Part4 file upload area.

Grading:

  • The project is worth 10% of your final course grade.