A simple weather prediction method adds the temperature in Fahrenheit from weather stations to the North, South, East, and West, then divides by the number of weather stations. north = 45 south = 65 east = 55 west = 60 Assume the output of the weather prediction method is assigned to the name central, In an hour, the weather in the west changes to 65 degrees Fahrenheit. Do west and south point to the same value in memory? Why or why not?