Interest Earned Project - Page 1

Objectives: This project is out of the Gaddis Intro to C++ text from Chapter 3. You might be in your second or third week of class when you experience a problem of this nature. I will cover this problem with the goal of touching key content in regard to program output, program input, variables, calculations and then add a modular approach. You might want to view this project in week 2 up to week 4 of class to introduce some of the beginning skills needed during program design and development. You could also use this project as a review of your skills. Starting the project with the Introduction will place you in the category of writing your first or second program. Moving to the Intermediate mode of this project will assist you when using a more interactive type program. The Advanced section will move you on to a modular coding approach. In addition to the design documents I will add suggestions for coding this project in C++ as well as JAVA. My hope would be that this project can be used as an easy example which includes techniques for the more difficult problem assignment.

You might want to check out recommended resouces that cover content we will be using in this project.

 

Content Pages

Introductory Page

  • Project Overview
  • Planning Documents
  • Running Flowchart
  • Executable Code (C++ & JAVA)

Intermediate Page

  • Adding an Interactive Approach
  • Changes to Planning Docs
  • Resulting Code

Advanced Page

  • Modules with a Return Value
  • Changes for Planning Docs
  • Resulting Code