BEGIN:VCALENDAR
VERSION:2.0
CALSCALE:GREGORIAN
BEGIN:VEVENT
URL:https://www.learndesk.us/class/4873855350865920/lesson/57423cb8cbf8aa6897d3a2e30e3a2b91?ref=outlook-calendar
SUMMARY:Lesson 3 Homework Part 2
DTSTART;TZID=America/Los_Angeles:20260407T190000
DTEND;TZID=America/Los_Angeles:20260407T200000
LOCATION:https://www.learndesk.us/class/4873855350865920/lesson/57423cb8cbf8aa6897d3a2e30e3a2b91?ref=outlook-calendar
DESCRIPTION: LESSON 3 HOMEWORK Part 2
Make a class called Payroll derived from the Profession class where the professional gets a designated bonus.In the Payroll class makes constructor __init__ that receives a title, salary, and bonus.The Payroll __init__ function should send the title and salary to the Profession__init__ function.Make getters and setters for the bonus. Finally, make a __str__ function for the Payroll class.The Payroll __str__ function should also call the __str__ function from the Profession class.The Payroll __str__ function should print out the title, salary, and bonus.You will also need to make another standalone function enter bonus to enter a bonus from the keyboardIn the main method make 2 Payroll objects. One uses the keyboard functions and the other one with hard coded values.Your program would run like this:Welcome to my ProgramWhat is your professional title? DoctorHow much money do you make? 120000You are a DoctorYou make 120000 dollars and get a $500 bonusPut...

https://www.learndesk.us/class/4873855350865920/lesson/57423cb8cbf8aa6897d3a2e30e3a2b91?ref=outlook-calendar
STATUS:CONFIRMED
SEQUENCE:3
BEGIN:VALARM
TRIGGER:-PT10M
DESCRIPTION:Class Reminder
ACTION:DISPLAY
END:VALARM
END:VEVENT
END:VCALENDAR