Using Visual basic 2008 is the following possible if so how?
Min Pts..............Max Points...........Grade
0.....................299..................F
300...................349..................D
350...................399..................C
400...................449..................B
450...................500..................A
using two one dimensional arrays (min pts as int and Grade as string) in parallel,
can the range of 0 to 299 return F, 300 to 349 return D ...etc?