DAY17
Wednesday, 20 June 2012


On Monday, we discusses an "impossible problem", something we cannot program using the C language as far as we know. A person has asked us to write a program and mail it to them. The program will allow the person to type in any number of grades. Then the program will compute the average of the grades, a histogram (the number of grades in the ranges 90+, 80-90, 70-80, 60-70, below 60), and a sorted list of the grades.

Today we will continue our discussion of how the "impossible problem" can be solved using arrays:

Programs and functions we might talk about:


Last revised on 20 June 2012.