You have start diagram follow by input diagram and output diagram, then exit diagram.
I really don't understand you.....
pictorial representation of a program is called a flowchart
Flowchart it is diagrammatic Program it is coding. A flowchart is drawn out on paper, and shows the logic of an if/then/else statement. The programming actually is the if/then/else, not just the logic.
You can draw a flowchart of solving a particular problem and then write a program to solve that problem.
A manual flowchart is static. The advantage of an interactive Visual Logic flowchart is that it allows users to input values for various variables at runtime. When the flowchart is finished, users can then run the program behind the chart.
Construct/Control
wefwfe
create a program that can input 100 names
computer bus is in the cpu...
( start ) -> / Write "Hello World" / -> ( end ) *try to search an example on google. *type "flowchart of hello world"
flowchart
what are the advantages of algorithm over flowchart algorithm is a step by step procedure of a particular program either in pure english programming language or in english programming style. while a flowchart is a pictorial representation of an algorithm. why algorithm is better? the answer is very simple, as algorithm are concise and compact. it gives the basic idea behind the program. why flowchart is better? the answer to it is...being graphical it is easy to understand th methodology of program and can be reviewed as well as corrected easily.