C Hey Trouble Implementing Additonal Function Assignment Add Givepromotion Method Employee Q37299864

C#

Hey I am having trouble implementing additonal function to thisassignment:

Add a GivePromotion method to the Employee class with thefollowing requirements:

    A promotion bumps the Benefit Package Levelone level for all Employees when possible (i.e., Standard to Goldor Gold to Platinum) – this is the only way the BenefitPackageLevelcan change after object construction
    A Manager and Engineer get an extra 600 bonus onpromotion and a SalesPerson and SupportPerson get an extra 300bonus on promotion
        Note: we define ‘bonus’as an increase to Employee’s Pay
    Print out promotion message to the console atpromotion time

Create a new, static Main method on the Program class

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.