943,879 Members | Top Members by Rank

Ad:
Nov 16th, 2008
0

flowchart

Expand Post »
can anyone review this flowchart and tell me if it will count print the numbers from 1 to 10?
Attached Files
File Type: zip IT182_MarkBrown_Unit6revised.zip (31.5 KB, 23 views)
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mabpest is offline Offline
24 posts
since Nov 2008
Nov 16th, 2008
2

Re: flowchart

It looks like a zip file; why don't you just post the flow chart?
Last edited by Rashakil Fol; Nov 16th, 2008 at 8:54 pm.
Team Colleague
Reputation Points: 1135
Solved Threads: 171
Super Senior Demiposter
Rashakil Fol is offline Offline
2,478 posts
since Jun 2005
Nov 16th, 2008
0

Re: flowchart

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.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mabpest is offline Offline
24 posts
since Nov 2008
Nov 17th, 2008
0

Re: flowchart

Copy it from vsd and paste it to word document or paint and post the image.
Last edited by ithelp; Nov 17th, 2008 at 2:08 am.
Reputation Points: 769
Solved Threads: 128
Banned
ithelp is offline Offline
1,910 posts
since May 2006
Nov 17th, 2008
0

Re: flowchart

Click to Expand / Collapse  Quote originally posted by ithelp ...
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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mabpest is offline Offline
24 posts
since Nov 2008
Nov 17th, 2008
0

Re: flowchart

here is the flowchart in ms word format.please take a look!
Attached Files
File Type: doc flowchartthatcountstoten1.doc (89.0 KB, 19 views)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mabpest is offline Offline
24 posts
since Nov 2008
Nov 18th, 2008
0

Re: flowchart

Click to Expand / Collapse  Quote originally posted by mabpest ...
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
Moderator
Featured Poster
Reputation Points: 4142
Solved Threads: 394
Industrious Poster
Nick Evan is offline Offline
4,132 posts
since Oct 2006
Nov 19th, 2008
0

Re: flowchart

Click to Expand / Collapse  Quote originally posted by niek_e ...
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, 16 views)
Reputation Points: 10
Solved Threads: 0
Newbie Poster
mabpest is offline Offline
24 posts
since Nov 2008
Nov 19th, 2008
0

Re: flowchart

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!
Attached Thumbnails
Click image for larger version

Name:	flow.JPG
Views:	68
Size:	10.1 KB
ID:	8248  
Moderator
Featured Poster
Reputation Points: 4142
Solved Threads: 394
Industrious Poster
Nick Evan is offline Offline
4,132 posts
since Oct 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Computer Science Forum Timeline: Is there any educational operating system?
Next Thread in Computer Science Forum Timeline: Help me! for Algorithem





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC