Need Help !!!!

army88m2

New member
Joined
Jul 10, 2008
Messages
3
Programming Experience
Beginner
Need help!!! I need the flowchart for this pseudocode.

Start
print "Enter a Grade"
get Grade
StopValue = -1
While Grade > StopValue
if Grade >= 60 then
passCount = passCount + 1
endif
totalTestTakers = totalTestTakers + 1

print "Enter a Grade"
get Grade
end while

percentPassing = passCount / totalTestTakers
print percentPassing
Stop
 
You should know that we're not here to do homework for you and for a process as incredibly simple as that, you shouldn't need to ask for help on that
 
Back
Top