Question: Financial application: Payroll& Userid creation Working with Variables, functions, and strings In PYTHON Data to be input: Employee Name (first & last) Number of hours

Financial application: Payroll& Userid creation Working with Variables, functions, and strings In PYTHON Data to be input: Employee Name (first & last) Number of hours worked Hourly pay rate Married or Single (to determine Federal tax rate State tax rate "Married tax rate 10%, single tax rate 15% (use decision statement to test first letter only, make sure to change the capitalization to what you are testing). You may also want to use the Round function Determine userid: for this. Combine the following 3 strings to determine userid. You will use string functions, methods, and operators Part 1. take the slice that starts at the position numbered by the length of the string integer divided by 3 and Part 2. take the last 3 letters in capitals includes up to character 7 (see 2 examples) Part 3. take the min and max Financial application: Payroll& Userid creation Working with Variables, functions, and strings In PYTHON Data to be input: Employee Name (first & last) Number of hours worked Hourly pay rate Married or Single (to determine Federal tax rate State tax rate "Married tax rate 10%, single tax rate 15% (use decision statement to test first letter only, make sure to change the capitalization to what you are testing). You may also want to use the Round function Determine userid: for this. Combine the following 3 strings to determine userid. You will use string functions, methods, and operators Part 1. take the slice that starts at the position numbered by the length of the string integer divided by 3 and Part 2. take the last 3 letters in capitals includes up to character 7 (see 2 examples) Part 3. take the min and max
Step by Step Solution
There are 3 Steps involved in it
To implement this financial application for payroll and user ID creation in Python follow these step... View full answer
Get step-by-step solutions from verified subject matter experts
