954,157 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

flowchart

can anyone review this flowchart and tell me if it will count print the numbers from 1 to 10?

Attachments IT182_MarkBrown_Unit6revised.zip (31.46KB)
mabpest
Newbie Poster
24 posts since Nov 2008
Reputation Points: 10
Solved Threads: 0
 

It looks like a zip file; why don't you just post the flow chart?

Rashakil Fol
Super Senior Demiposter
Team Colleague
2,658 posts since Jun 2005
Reputation Points: 1,135
Solved Threads: 176
 
It looks like a zip file; why don't you just post the flow chart?


it wont alllow me topost a vsd formatted file it had to be zipped.

mabpest
Newbie Poster
24 posts since Nov 2008
Reputation Points: 10
Solved Threads: 0
 

Copy it from vsd and paste it to word document or paint and post the image.

ithelp
Nearly a Posting Maven
Banned
2,230 posts since May 2006
Reputation Points: 769
Solved Threads: 128
 
Copy it from vsd and paste it to word document or paint and post the image.


here is the flowchart in word format see attachment

mabpest
Newbie Poster
24 posts since Nov 2008
Reputation Points: 10
Solved Threads: 0
 

here is the flowchart in ms word format.please take a look!

Attachments flowchartthatcountstoten1.doc (89KB)
mabpest
Newbie Poster
24 posts since Nov 2008
Reputation Points: 10
Solved Threads: 0
 
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

Nick Evan
Not a Llama
Moderator
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
 

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?

Attachments flowchart.doc (72.5KB)
mabpest
Newbie Poster
24 posts since Nov 2008
Reputation Points: 10
Solved Threads: 0
 

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!

Attachments flow.JPG 10.11KB
Nick Evan
Not a Llama
Moderator
10,112 posts since Oct 2006
Reputation Points: 4,142
Solved Threads: 403
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You