by jbannon <jamesbannon008@[EMAIL PROTECTED]
>
Mar 11, 2008 at 09:03 PM
On Mar 7, 9:31 am, Amb <amb2...@[EMAIL PROTECTED]
> wrote:
> Hello everyone!
> I need to write an algorithm in pseudocode for an array of students
> and based on their marks should print average, lowest or highest.
> i want to define a procedure for this array..
> but i m not sure whether i should define the length of array as of
> total no of students >>
> if yes then should i deine the grading criteria in this array, but if
> i m defining ery thng in procedure y can't i do it in my program,
> directly?
> Waiting for ur response..
> Thank you
> Regards
> AMB
It's pseudo-code: no need to define the size, just treat the array as
dynamic.