Difference between revisions of "programming flow chart"
From thelinuxwiki
(Created page with " ==symbols== file:flow_chart-symbols.gif ==loops== {| cellspacing="5" border="1" ! align="left"|Item |- |row 1, col 1 |row 1, col 2 |- |row 2, col 1 |row 2, col 2 |- |...") |
|||
(6 intermediate revisions by one user not shown) | |||
Line 7: | Line 7: | ||
==loops== | ==loops== | ||
− | {| cellspacing="5" border="1" | + | {| cellspacing="5" border="1" align="center" |
− | + | ||
|- | |- | ||
− | | | + | |'''for?''' <br> [[file:flow_chart-repeat_loop.gif]] |
− | | | + | |'''while'''<br>[[file:flow_chart-while_loop.gif]] |
|- | |- | ||
− | | | + | |'''if then'''<br>[[file:flow_chart-if_then.gif]] |
− | + | |'''if then else'''<br>[[file:flow_chart-if_then_else.gif]] | |
− | |- | + | |
− | + | ||
− | + | ||
|- | |- | ||
|} | |} | ||
+ | |||
+ | ==example== | ||
+ | [[file:flow_chart_example.gif]] | ||
+ | |||
+ | ==links== | ||
+ | |||
+ | for more detailed explanation go to [http://users.evtek.fi/~jaanah/IntroC/DBeech/3gl_flow.htm] | ||
+ | |||
+ | images take from link above | ||
+ | |||
+ | [[category:programming]] |
Latest revision as of 14:35, 17 March 2017
Contents |
symbols
loops
for? |
while |
if then |
if then else |
example
links
for more detailed explanation go to [1]
images take from link above