Using the above screenshot of data, I am trying to determine the employees that are eligible for a 1% bonus. The certifications are only valid for seven years. Any certification tests passed over seven years ago from today’s date are expired. I need to eliminate those employees that have expired certifications in either Base or Advanced tests. Then output the remaining employees’ names, certification dates, and their bonuses to the output window using appropriate date and dollar formats. I can tell that only 2 employees are eligible for the bonus (Morris and Stewart), but I have no idea as to how write the code to output the desired results. Please help if you can!
... View more