Structured Program Design Flowcharting
Flowcharting Symbols Terminal Decision (Start/Stop) (IF statement) Yes No Process Document (Report) File Processing (Input/Output) Process Flow
Program 1 Employee Earnings Report Program Requirements: Read the input file for each input record from the employee file For each record, format an output print line Write the print line record Double-space each printed line Close the input file and stop
Program 1 Start Make Input File Ready for Processing Write Record to Output Report Read Input Record End of Input File? No Format Output Record Yes Close File Stop