Why is it advisable to plan the logic of a program before writing it? explain the role of an algorithm in problem solving.
Answers
Answered by
4
Explanation:
The form is not particularly important as long as it provides a good way to describe and check the logic of the plan. The development of an algorithm (a plan) is a key step in solving a problem. Once we have an algorithm, we can translate it into a computer program in some programming language.
Similar questions