Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write IN JustBASIC * * * * * * Write a program that asks the user for an employee s annual salary before taxes. Print

Write IN JustBASIC****** Write a program that asks the user for an employees annual salary before taxes. Print the employees salary and taxes. The taxes are 25% of the salary if the employee made less than $45,000,33% if the employee made between $45,000 and $100,000, and 40% if the employee earned more than $100,000. You must use nested IF-THEN-ELSE statements and do not use the AND/OR statements.
Input Statement: Please input your annual salary before taxes:
Output Example: Your salary after taxes is:
Do not use modules to solve this problem.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions