Flowchart

A flowchart is a graphical representation of a program flow. A flowchart let a developer think about implementation details of a solution. A flowchart may help a developer to uncover options that developer did not think about. A flowchart can be helpful to others to explain what a program does without actually looking at the code. Not everyone is a technically savvy person, and a flowchart may help explaining logic of a program to those people.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator