CS 335 Assignment
Assignment:
Write a program to read scores in the range from 0 to 100.
Summarize the scores into ranges from
0 to 9
10 to 20
21 to 30
31 to 40
41 to 50
51 to 60
61 to 70
71 to 80
81 to 90
91 to 100
Some guidelines
Use the C programming language. Compile it using the compilers (one SUN and gnu C) on BSU-CS.
Keep source code to one file
Program is to be fully documented.
Use ALL the good habits of structured programming.
Program is to be ROBUST.
Hand in the source code electronically. Also I want
a hard copy of the program.
The program will be graded on:
Documentation
(Lint)lessness
Ease of reading
Ease of modification
Number of test cases it passes
DUE: 10/5/2000