View Single Post
  #1 (permalink)  
Old 06-15-2007, 01:57 AM
Sam D
Posts: n/a
[SOLVED] Pascal Programming- Arrays?

Hi! I'm taking a computer science class in which we use Pascal to write all of our programs. IRight now we're working with arrays, and I'm completely lost.

The program we're supposed to write is:
Write a program that computes grades for a class of up to 50 students. The program reads in a score in the range 0 . . 100 for each student and then outputs the grades, identifying each student by number (first is 1, second is 2, etc) Any student who receivces 10 points below the average receives an F. Any student who receives above that and at most 10 points above the average receives a C. Any student who receives a score above that receives an A. There are no D's or B's. To use your program for a larger class, you should not need to change anything except the constant declaration section.

I know I need
const maxstudents = 50

And I'm guessing I would need to use parallel arrays?

I really just need help getting it started. Thanks!

__________________

Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!