Problem
Using the computer language of your choice, write a skeleton method for a program that processes data from NOAA hurricane tracking software. Program shall receive inputs from the user, process it and output data relevant to what the user asked for.
You do not need to develop a database or advanced program for this. I only want skeleton methods. For example, you might have a method getTemperature(). In that case just return some temperature. In other words, I want to see the flow (sequence) of the code, not the down dirty stuff. Simple print statements will do for output.
It is alright if you have bugs in your code. If you have bugs, then you should include a list of numbered bugs with a brief description of each.