Create a class to represent an employee. Include member variables for name, age, and hourly wage.
Use the constructor for initializing the class and have functions for accessing the member variables. Also include a function that outputs a description of the employee and calculated earnings for a 40 hour week.
Test the class by creating two employee objects and outputing the description.