Ask your own question, for FREE!
Computer Science 10 Online
OpenStudy (anonymous):

how to draw this flowchart... -in a class of 40 -how to determine the youngest age and -how to determine the number of student having that age of 16-18. - introduce a variable where you can store the current youngest age. - introduce a variable to count the number of students with the youngest age. please help..

OpenStudy (anonymous):

@e.mccormick please help :)

OpenStudy (anonymous):

@myininaya help

OpenStudy (anonymous):

@satellite73 help pls

OpenStudy (anonymous):

@ganeshie8 please help..

OpenStudy (anonymous):

@chmvijay help please

OpenStudy (anonymous):

:)

OpenStudy (chmvijay):

@Manita1234 can u help him

OpenStudy (anonymous):

please :)

OpenStudy (anonymous):

@wio help please

OpenStudy (anonymous):

@thomaster help pls..

OpenStudy (anonymous):

awwwwww still i need help :/

OpenStudy (rina.r):

to draw the flow chart

OpenStudy (rina.r):

get some ideas from their!

OpenStudy (anonymous):

yeah but the problem is to solve the problem or the program above

OpenStudy (rina.r):

so u want to draw a flow chart for 40 student

OpenStudy (anonymous):

yeah that perform the complete program

OpenStudy (anonymous):

You know how to program, right? You just need help knowing the syntax of the flowchart, or do you need help with writing the program as well?

OpenStudy (anonymous):

yeah i need the program as well

OpenStudy (anonymous):

|dw:1385985426520:dw|

OpenStudy (rina.r):

so the age is 16-18 for 40 student.

OpenStudy (anonymous):

Do you need to follow the general syntax for a flow chat? Like the whole rectangle for statements, and the diamond for decisions?

OpenStudy (anonymous):

yeah

OpenStudy (anonymous):

yes i need that general syntax

OpenStudy (anonymous):

What are you writing this in?

OpenStudy (anonymous):

I came up with something like this. See if you can do something similar, it probably still has flaws in it. It's using Java-like syntax, kinda sorta not really.

OpenStudy (anonymous):

www.gliffy.com is what I used.

OpenStudy (anonymous):

i can't see it clearly the letters are blur ..

OpenStudy (anonymous):

@amistre64 help please

OpenStudy (anonymous):

i don't need a java syntax our topic still at the bottom just a simple flowchart / program i need :)

OpenStudy (amistre64):

im not sure how flowchart are spose to be "shaped" but the mathing if there is not minimum function can be assessed as if a-b > 0, then a > b if a-b < 0, then a < b

OpenStudy (anonymous):

yeah..

OpenStudy (amistre64):

declare 3 variables: a, b, min declare an array of 40 elements: a = array[1]; b = array[2] then loop thru them: for (x = 3 to 40) if a-b < 0, then min = a if a-b > 0, then min = b a = b; b = array[x] next x

OpenStudy (amistre64):

of course the if statement can compare > and < without the mathing :) but why be normal

OpenStudy (anonymous):

@e.mccormick

OpenStudy (anonymous):

Here, this is a WAYYYY less blurry version. The question I have, is do you understand all the things that I put in here?

OpenStudy (e.mccormick):

And you can do both evaluations inside one loop.

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!