Importance of flowchart in computer programming
Answers
Explanation:
A flowchart is simply a graphical representation of steps. It shows steps in sequential order and is widely used in presenting the flow of algorithms, workflow or processes. Typically, a flowchart shows the steps as boxes of various kinds, and their order by connecting them with arrows
Concept: Computer programmers are use flow chart to develop new applications. It is a process using by symbols rather than words.
Find: Write the importance of flowchart in computer programming.
Solution: Flow charts are used to quickly communicate the ideas or plans to other people who participate in this process.
It help programmers to develop the most efficient coding. By this they clearly see the end of the data.
It help programmers to figure out where a potential problem area is and help them to cleanup the problem.
#SPJ3