how to write a program
Answers
Answered by
1
Answer:
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.
Explanation:
Answered by
1
Answer:
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
-Iterate the steps for the next version
Similar questions