Write the steps to write an algorithm and a flowchart.
Answers
Explanation:
Algorithm and flowcharts helps to clarify all the steps for solving the problem. For beginners, it is always recommended to first write algorithm and draw flowchart for solving a problem and then only write the program. Beginners find it difficult to write algorithm and draw flowchart.
Step 1: Obtain a description of the problem. This step is much more difficult than it appears.
Step 2: Analyze the problem.
Step 3: Develop a high-level algorithm.
Step 4: Refine the algorithm by adding more detail.
Step 5: Review the algorithm.
Explanation:
1: algorithm and flowchart are the powerful tools for learning programming
2: an algorithm is a step-by-step analysis of the process while she flowchart explains the steps of a program in a graphical way
3: algoritham and flowchart helps to clarify all the stpes for sovling the problem