26/03/2021
How to Write An Algorithm In Any "Programming" Language?
Follow 7 Steps,
1. Analyze the problem.
2. Determine the Outcome of your Code.
3. Decide on a Starting Point.
4. find the ending point of the algorithm.
5. List the steps from start to finish.
6. Determine how you'll accomplish each step.
7. Review the Algorithm.