flowchart
Please support our Computer Science advertiser: Learn about neural networks and artificial intelligence.
![]() |
Copy it from vsd and paste it to word document or paint and post the image.
Last edited by ithelp : Nov 17th, 2008 at 1:08 am.
•
•
•
•
can anyone review this flowchart and tell me if it will count print the numbers from 1 to 10?
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
Want better/more replies to your questions? Wrap your code in [code] [/code] tags!
•
•
•
•
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?
You're almost there.
In the attachment is a chart I made. (in paint, I don't have visio
)
Try to finds the differences between yours and mine and try to find out why I made the choices I did. Come back if you have any questions!
In the attachment is a chart I made. (in paint, I don't have visio
)Try to finds the differences between yours and mine and try to find out why I made the choices I did. Come back if you have any questions!
Want better/more replies to your questions? Wrap your code in [code] [/code] tags!
![]() |
Similar Threads
Other Threads in the Computer Science Forum
- need help with my flowchart homework (Computer Science)
- System flowchart (Computer Science)
- pls check flowchart for errors/inefficiencies (C)
- Trouble with figuring out the flowchart to pseudocode problem (Computer Science)
Other Threads in the Computer Science Forum
- Previous Thread: Is there any educational operating system?
- Next Thread: Help me! for Algorithem
•
•
•
•
Views: 899 | Replies: 8 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode