Steps involved in writing algorithm in any programming language..

Started by Patrecia, 07-19-2013, 13:51:14

Previous topic - Next topic

PatreciaTopic starter

Steps involved in writing algorithm in any programming language:
Step 1:
Investigation step
1) Identify the process.
2) Identify major decisions.
3) Identify the loops.
4) Identify the algorithm.
Step 2:
1) Devise a high level algorithm.
2) Steps through the algorithm and make necessary correction.
3) Test the algorithm again and again by stepping through it.