name all phases involved in problem solving in computer science
Answers
Answered by
1
Answer:
10 Steps to Solving a Programming Problem. ...
Read the problem at least three times (or however many makes you feel comfortable) ...
Work through the problem manually with at least three sets of sample data. ...
Simplify and optimize your steps. ...
Write pseudocode. ...
Translate pseudocode into code and debug.
Explanation:
hope it will help you
Similar questions