HW#6 Due Friday Implement a class Person that has an age, weight, height, and name. Be sure to test this class with a simple sample program. You should be sure to cat three files in your script: the program with your main in it (hw6.cpp), Person.cpp and Person.h.