PPT Slide
// Print the grades and their frequency (print only the
// grades in 0..100 that appeared at least once in the
// Inv: the grades 0..i-1 that occurred at least
// once have been printed
System.out.println(�grade: � + i + � frequency: � + f[i]);