Thread: flowchart
View Single Post
Join Date: Nov 2008
Posts: 18
Reputation: mabpest is an unknown quantity at this point 
Solved Threads: 0
mabpest's Avatar
mabpest mabpest is offline Offline
Newbie Poster

Re: flowchart

 
0
  #8
Nov 19th, 2008
Originally Posted by niek_e View Post
No it won't. If you would just draw out a table on paper with "count", "factoral" and the product of both, you could have easily found out that it counts from 100-10 .
Besides, why use an addtional variable anyway? Why not do something like:

count = 0
count = count + 1
if count <= 10 print count
else -> end



Does this flowchart do any better?
Attached Files
File Type: doc flowchart.doc (72.5 KB, 4 views)
Reply With Quote