Computer Science, asked by laskarmonirul44, 3 months ago

What are the steps for writing a successful program?​

Answers

Answered by abhinavpandey2
4

Answer:

The general steps for writing a program include the following:

  1. Understand the problem you are trying to solve.
  2. Design a solution.
  3. Draw a flow chart.
  4. Write pseudo-code.
  5. Write code.
  6. Test and debug.
  7. Test with real-world users.
  8. Release program.
Answered by devroy26780
9

Explanation:

The general steps for writing a program include the following:

  • Understand the problem you are trying to solve.
  • Design a solution.
  • Draw a flow chart.
  • Write pseudo-code.
  • Write code.
  • Test and debug.
  • Test with real-world users.
  • Release program.
Similar questions