This assignment is to create a Python program that takes in locations and generates directions between them using the Open MapQuest APIs. The program should generate three types of outputs: LATLONG, STEPS, TOTALTIME, and ELEVATION, as well as a total distance. If no route is found or there is an error from MapQuest, the program should output 'NO ROUTE FOUND' or 'MAPQUEST ERROR', respectively.