Next, modify the data file and save it as weather.txt.
It should contain the same cities as before now delimited by a comma. Each
city's name should be followed by the high and low temperatures for the day.
Numbers in the file should be separated by white space. Write a program to
read the data in from the file and display it on the screen in even rows and
columns. Provide a heading for each column that describes the data in that
column.
New York, 45 36
Washington DC,
55 41
Albany, 42 34
Boston, 35 28
Jersey City, 49
41