Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 652 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 652 Bytes

program-development-practices

For the practice of good program designing habits

Analyzing the problem:

  1. What results are we trying to obtain--what is the required output?
  2. What data needs to be given--what is the necessary input? Where will the program obtain data?
  3. How will we obtain the required output from the given input? What program will do to turn input into output; process incoming data; complete the task.

Sources