| Computer Science Canada Arrays@-----^@# | 
| Author: | bryce_21 [ Sat Apr 12, 2014 10:10 am ] | 
| Post subject: | Arrays@-----^@# | 
| how created a one-dimensional array and use the parallel array concept to reference and store the number of all "A" grades(>=90) at array index 0, all "B" grades(80 - 89) at array index 1, all "C" grades(70 - 79) at array index 2, all "D" grades(60 - 69) at array index 3, and all "F" grades(<60) at array index 4, (4) determines the minimum and maximum exam grades, | |
| Author: | Zren [ Sat Apr 12, 2014 4:45 pm ] | 
| Post subject: | RE:Arrays@-----^@# | 
| In what form is the input data given? What have your tried so far? | |