] > Assignment 5: Extracting Information from the Web (Due: Th, Nov 6)

Assignment 5: Extracting Information from the Web (Due: Th, Nov 6)

Write a program Degrees.java that prints out the current temperature in Columbus, Ohio. Weather information can be found at http://weather.org/. Information about the weather in Columbus can be found at http://forecast.weather.gov/MapClick.php?site=iln&FcstType=text&map.x=244&map.y=98&site=ILN.

Notes.

Suggestion. Build your program incrementally in the following manner.

  1. Provide a program that reads the HTML code of the web page and prints it out.
  2. Modify the program to print out just the line of the HTML that contains the desirable data.
  3. Modify the program to print out just the temperature value.