I am trying to construct two, one-dimensional parallel arrays that will give me a letter grade for whatever score I enter. The two arrays I need are minimum score and grade. I don't understand how to build the score array. The scores are as follows: 0 - 299 should result in a F
300 - 349 should result in a D
350 - 399 should result in a C
400 - 449 should result in a B
450 - 500 should result in an A
I dont know how to enter the score data as a range of data.
Any kind of help/pointers on this would be greatly appreciated.
300 - 349 should result in a D
350 - 399 should result in a C
400 - 449 should result in a B
450 - 500 should result in an A
I dont know how to enter the score data as a range of data.
Any kind of help/pointers on this would be greatly appreciated.
Comment