1
6.2kviews
Explain how problem is defined with a help of suitable example?
1 Answer
| written 9.3 years ago by |
A program is a set of step-by-step instructions.
It directs the computer to do the tasks you want it to do and produce the results you want.
In computer programming, the term problem is task to be performed.
The problem has to be defined precisely.
Stages:
The four stages of …