An Example Program
- Here is a Example Program Assignment
- We should start by discussing what we need to do.
- Do we understand the problem completely?
- Are there any parts that are ambiguous?
- What questions do you have?
- Do you need to learn any more c++ to solve this problem?
- Do you need to learn any unix/linux to solve this problem?
- Do you need to learn anything about any tools to solve this problem?
- Create an algorithm.
- What is Top Down Design or Functional Decomposition?
- You should review chapter 4.7 and on in your book.
- What is the main algorithm?
- Why do we use algorithms?
- What came first the algorithm or the program?
- What is a structure chart?
- What is pseudo-code?
- Look at this template.
- Let's design this program.