What are the advantage of writing an algorithm before coding a program?
Answers
Answered by
3
Advantages of Algorithms:
1.It is a step-wise representation of a solution to a given problem, which makes it easy to understand.
2.An algorithm uses a definite procedure.
3.It is not dependent on any programming language, so it is easy to understand for anyone even without programming knowledge.
Similar questions