I'm trying to write a class definition inside another class definition but I'm having some trouble. It's easy when putting them all in the same file but when placing them in the arrangement below I can't seem to figure out how it should be accessed in main. How do I arrange the below so it will output the variables in class1 (inside class2) in my main function.