At 02:43 AM 6/10/2001 -0500, bdale16 wrote:
>? How do i affect this type of result to my existing code
>if a grade of a 90-100 = an A
>and a grade of 80-90 = a B
>and a grade of 70-80 = a C
>and a grade of 60-70 = a D
>and a grade of 0-60 = a F
>
>I understand i am creating 2 more arrays but i need to get a range and
>assign it to a Letter
This smells a *lot* like you're asking us to do your homework... I
apologize if that's not the case, but I'll just say that a solution occurs
to me that only requires one array, provided there aren't fractional grades
(e.g., 90.3). That should be a clue.