Question:What should we do in the "Defining the Problem" phase of the programming process?
Answer
1. Prepare the statement of the desired output (results to be produced by the program). the statement should be writing so that misunderstandings can be minimized. 2. A description of what the output is to look like. 3. The input (data to be processed) must also be documented as a part of the problem definition. 4. The solutions to some problems involve complex calculations. These must also be described in details as part of the problem definition.