Please read the question first, and please u must know the book that we are taking it’s Starting Out with Visual C# please if u do not know the book not do it.
The question down with files plus every thing u want u will find it down also thanks.
Write a program to do the following:
Read the data from the file named 1975-1979.csv located in the I:\kopploutbox\CS 313 01\Final
Project folder. The data is in the format and separated by commas:
Date – month/day/year
State – string
Fujita (tornado strength) – integer
Fatalities – integer
Injuries – integer
You decide how you want to store the data but it must be in a form that has been discussed in
either CS 165 or CS 313.
Convert the date field into a string with the format yyyymmdd
Convert all the integer fields listed above from string to integer
For the data read into your program, complete the following 4 tasks:
Display the number of fatalities for a specified state
Display the number of injuries for a specifed Fujita
Display the Fujita rating with the highest number of fatilites
Display the state with the most Injuries
O
O
O
Program requirements.
1. All code must be from CS 165 or CS 313
2. You are required to use at least 2 forms. You determine how to use them
3. If you do not use the specified file or complete the 4 tasks mentioned above, major points will
be subtracted
4. Do your own work. Any work turned in that appears to be completed by multiple students will
receive a grade of 0.