Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use python please. show code separate and show explanatin separate for me to understand. thanks Working with Variables, Functions, & Strings Financial application: Payroll &
Use python please. show code separate and show explanatin separate for me to understand. thanks
Working with Variables, Functions, & Strings Financial application: Payroll & Access Code creation JMU Widgets is new startup company in Harrisonburg and has learned that you are taking a programming class. They are very interested in some help creating a payroll and Access Code program and they have come to you for help. You will create a Python program (named: LastnameFirstinitial PA2) to calculate the total net paycheck and Access Code using the following information 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 testfirst letteronly, make sure to change the capitalization to what you are testing). You may also want to use the Round function. Determine Access Code: Create and combine the following 3 strings to determine Access Code. You will use string functions, methods, and operators for this String 1. take the portion of the name that starts at the position numbered by the length of the string, integer divided by 3, and includes up to character 7 (see 2 examples) String 2. take the last 3 letters in capitals String 3. take the min and maxStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started