Home /
Expert Answers /
Computer Science /
write-a-c-program-to-work-with-career-data-your-program-must-optional-use-excel-to-create-pa830
(Solved):
Write a C program to work with Career data. Your program must ... - (optional) Use Excel to create ...
Write a C program to work with Career data. Your program must ... - (optional) Use Excel to create a readable txt file for your C program. - Use a typedef struct and an array of structures - Read in the data from a file into your array of structures - Find and print the minimum median pay to a file - Find and print the maximum top pay and the career associated with the max to the same file - Find and print the average median and top pay to the same file - Print all the records to the same file. Above calculations are printed first and then the records. - Do not loop