Question: Payroll & Useridcreation Using Function, variables, and strings. Data to be input: Employee Name (first & last) Number of hours worked Hourly pay rate Married

Payroll & Useridcreation Using Function, variables, and strings. 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
Get step-by-step solutions from verified subject matter experts
