A C K N O W L E D G E M E N T

6. Create the flowchart or pseudocode that reads in a file of 10 employee salaries and prints them out from lowest to highest. Use an insertion sort. Pseudocode: start. perform housekeeping() perform insertionSort() perform finishUp() stop. housekeeping() declare variables. open files. x = 1. read empSal. while not eof. sal[x] = empSal. x = x ... ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download