Explain in brief about the various stages involved in the solution of a program.
Answers
Answered by
2
All programming involves creating something that solves a problem. The problems can range from something of great scientific or national importance, through to something as trivial as relieving personal boredom!
This section describes one approach to solving such problems - think of it as a rough guide to the things you should do when entering the land of programming.
In broad terms, those things are:
Identify the Problem
Design a Solution
Write the Program
Check the Solution
Of these, only the third step is usually called "programming", but as you'll see later, it's probably the least important stage of the process.
Similar questions