weather data in the student sample program for this chapter, you will find a text file named weather.txt. the file contains weather data for the month
Must be done in Visual studio c#
can someone create a code for this program for me
spray the message "Customer 999 not found." Programming Problems 1. Weather Data In the student sample program files for this chapter, you will find a weather.txt. The file contains weather data for the month of January in the file contains the following four pieces of data for one day Date Precipitation High temperature Low temperature for this chapter, you will find a text file named data for the month of January 2018. Each line Lou The data stored in each line is formatted in the following way Date; Precipitation;High Temp; Low Temp data items are separated by semicolons. The first line in the file look like this: Chapter 9 Structures, Enumerated Types, and Dictionaries 1/1/2018;0;29:10 The data stored in this line are: Date 1/1/2018 Precipitation = 0 inches High temperature = 29 Low temperature = 10 Design a structure that has fields for the four pieces of data. In an application. the file and store each day's data in an instance of the structure. The structure in stances should be stored in a List. TIP: Use the Split method that we discussed in Chapter 8 to tokenize each line into the four pieces of data. The application should let the user select a date using a Date Time Picker contre The control should be configured so it only allows the user to select dates in January 2018. When the user selects a date, the application should display the weather data for that date. spray the message "Customer 999 not found." Programming Problems 1. Weather Data In the student sample program files for this chapter, you will find a weather.txt. The file contains weather data for the month of January in the file contains the following four pieces of data for one day Date Precipitation High temperature Low temperature for this chapter, you will find a text file named data for the month of January 2018. Each line Lou The data stored in each line is formatted in the following way Date; Precipitation;High Temp; Low Temp data items are separated by semicolons. The first line in the file look like this: Chapter 9 Structures, Enumerated Types, and Dictionaries 1/1/2018;0;29:10 The data stored in this line are: Date 1/1/2018 Precipitation = 0 inches High temperature = 29 Low temperature = 10 Design a structure that has fields for the four pieces of data. In an application. the file and store each day's data in an instance of the structure. The structure in stances should be stored in a List. TIP: Use the Split method that we discussed in Chapter 8 to tokenize each line into the four pieces of data. The application should let the user select a date using a Date Time Picker contre The control should be configured so it only allows the user to select dates in January 2018. When the user selects a date, the application should display the weather data for that date