Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I need help with Programming this assignment. Im not sure how to go at this. I need this to be coded through online GDB using

I need help with Programming this assignment. Im not sure how to go at this. I need this to be coded through online GDB using Python 3.

image text in transcribed

Week 2 Assignment Write a program that does the following in order: 1. Asks the user to enter a name 2. Asks the user to enter a number "gross income" 3. Asks the user to enter a number "state tax rate" 4. Calculates the "Federal Tax", "FICA tax" and "State tax" 5. Calculates the "estimated tax" and round the value to 2 decimal places 6. Prints values for "name", "gross income" and "estimated tax" The program should contain three additional variables to store the Federal tax, FICA tax, State tax, gross income, and estimated tax. Federal Tax = gross income * 9.45% FICA Tax = gross income * 7.65% State Tax = gross income * your state tax percent Estimated Tax = Federal tax + FICA tax + State tax NOTE: Percentages must be converted to decimal values, for example: 15.9%=15.90.01=0.159 An example of the program's input and output is shown below: Enter your name: Belinda Patton Enter your gross income: 53398.12 Enter your state income tax rate: 4.27 Belinda Patton's estimated tax is $11411.08 based on a gross income of \$53398.12 Rubric: Use this assignment template to insert the assignment deliverables outlined below. Assignment template link Deliverables: - Your Python code in a Word document (do not submit screen shots of your code). . A screenshot of your code after execution with a date and time stamp (run)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And Implementation

Authors: Edward Sciore

2nd Edition

3030338355, 978-3030338350

More Books

Students also viewed these Databases questions