/* CH10B.C */ /* A program to draw a bar chart showing number of */ /* sunny and rainy days for five months */ #include main () { /* Description ........ Open input file Display heading FOR each month Read number of sunny and rainy days Display the month Draw line of * Draw line of ! Display a blank line Close input file */ } /* Function displays a given length of characters */ { /* Description ....... FOR position from 1 to length in steps of 1 Display character Move cursor to next line */ }