FINAL EXAMINATION - CS(151) FS, 1998

Wed DEC 9, 1998

Text Book: C++ How to Program, by H. M. Deitel and P. J. Deitel

Teacher: Dr. B.J. Shrestha

Write a complete C++ program that outputs a histogram to an output file named "histogram.out" with proper heading and relevant informations. The histogram should represent the following data:

		GRADE		NUMBER OF STUDENTS
----- ------------------ A 15 B 20 C 25 D 15 F 10 ----- ------------------- TOTAL 85
The program should display the use of good programming features.