Difference between revisions of "programming flow chart"

From thelinuxwiki
Jump to: navigation, search
(loops)
 
(2 intermediate revisions by one user not shown)
Line 7: Line 7:
 
==loops==
 
==loops==
  
{| cellspacing="5" border="1"
+
{| cellspacing="5" border="1" align="center"
! align="center"
+
 
|-
 
|-
 
|'''for?''' <br> [[file:flow_chart-repeat_loop.gif]]
 
|'''for?''' <br> [[file:flow_chart-repeat_loop.gif]]
Line 17: Line 16:
 
|-
 
|-
 
|}
 
|}
 +
 +
==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

flow chart-symbols.gif

loops

for?
flow chart-repeat loop.gif
while
flow chart-while loop.gif
if then
flow chart-if then.gif
if then else
flow chart-if then else.gif

example

flow chart example.gif

links

for more detailed explanation go to [1]

images take from link above