(1) Learn to create class structure in C (2) Create an array of objects in C (3) Search and perform operations on the array of objects Project Description: The input csv file for this project cons

DSA5005 | Summer 2020 | Project 1 Output Format + For command 1:

[CountyName] County, [State], c CASES (where c is the total number of cases from the specified county) + For command 2:

[CountyName] County, [State], d DEATHS (where d is the total number of deaths from the specified county) Note - for commands 1 and 2, when outputting the county name, the word "County" should be added after county name is printed.

+ For command 3:

[State], c CASES (where c is the total number of cases from the specified state) + For command 4:

[State], d DEATHS (where d is the total number of deaths from the specified state) + For command 5:

[State], [date1] to [date2], c CASES (where c is the total number of cases from the specified state, within the specified date range) + For command 6:

[State], [Date1] to [Date2], d DEATHS (where d is the total number of deaths from the specified state, within the specified date range) Note - For commands 5 and 6, the word "to" should be added between the two dates.

- The dates should be printed in the same format as they are seen in the csv.