Thread
:
[SOLVED] Pascal Programming- Arrays?
View Single Post
#
2
(
permalink
)
06-15-2007, 01:57 AM
kencan
Posts: n/a
Right. You use array to store the scores.
type
arraytype = array [1..50] of integer;
Another tip is use "case" command to shorten your program when assigning A, C or F
__________________
kencan