Steps to take when writing a complete program

  1. Program Analysis — Statement of the problem.
  2. Development of a model — Identifying the real problem after which, the program is written.
  3. Design of an algorithm — Step by step procedure to be taken.
  4. Coding and programming —Translating the algorithm into a computer language.
  5. Program testing — This is to ascertain the correctness of the program
  6. Program execution — Carrying out the real program itself.
  7. Documentation of the program.

Leave a Comment

not allowed!