InterviewSolution
Saved Bookmarks
| 1. |
What is an algorithm and flowchart |
|
Answer» hm and flowchart are the POWERFUL TOOLS for learning programming. An algorithm is a step-by-step analysis of the process, while a flowchart explains the steps of a PROGRAM in a graphical way. Algorithm and FLOWCHARTS helps to clarify all the steps for solving the PROBLEM. |
|