On Sat, Jun 09, 2001 at 01:43:18PM +0800, 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
You have the psuedo-code r
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
? 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