Due: 2/7/2007 Instructions: Use files called hw2.cpp and node.h g++ hw2.cpp -o hw2 //(compile) script hw2.script //start script Design and write a program which reads in a linked list of floats from the user. You should have a function for input, a function to compute the average, a function to compute the minimum and a function to compute the maximum. You should use linked lists and a host of functions associated with them. Place linked list data structures in node.h All other code may reside in hw2.cpp Hand in to me: Design and readme describing the pseudocode and execution of your program. enscript version of your source: enscript -2Gr -Pd106 hw2.cpp a scripted version of your execution, with several attempts: enscript -2Gr -Pd106 hw2.script