krystyna93
11-03-2007, 10:58 AM
Hello there fellow programmers,
i have a bit of problem trying to create a flowchart for this pseudo code below...:(
could anyone help me out?
--------
Enrolment
TotalStudents = 0
CLASS_MAX = 25
WHILE TotalStudents <=CLASS_MAX
INPUT StudentName
INPUT StudentPhone
WRITE StudentName
WRITE StudentPhone
TotalStudents = TotalStudents + 1
ENDWHILE
DISPLAY ClassFullMsg
END
----------
your help will be much appreciated:thumbsup:
thanks Krystyna
i have a bit of problem trying to create a flowchart for this pseudo code below...:(
could anyone help me out?
--------
Enrolment
TotalStudents = 0
CLASS_MAX = 25
WHILE TotalStudents <=CLASS_MAX
INPUT StudentName
INPUT StudentPhone
WRITE StudentName
WRITE StudentPhone
TotalStudents = TotalStudents + 1
ENDWHILE
DISPLAY ClassFullMsg
END
----------
your help will be much appreciated:thumbsup:
thanks Krystyna