Answer:
- requirement analysis: here problem understanding
- Flow chart/ pseudo code collection
- coding
- Debugging
- Testing results
- Updating if the error is found.
And three main phase are: designing, coding and testing.
Step-by-step explanation:
Various steps in program development are being given here. We first analyze the problem. and then make the flow chart, and pseudo-code before writing the actual program. And rest of the steps are as mentioned above.