Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Stuck here. Any help would be great! Done using python. An art store is writing a program to help determine bonuses for its salespeople. The

Stuck here. Any help would be great! Done using python.

image text in transcribed

An art store is writing a program to help determine bonuses for its salespeople. The following pseudocode listed below will help determine the bonus based on total sales for the month. When the user enters 5000, what is the value of bonus? Note: The following code is written in pseudocode but assume it will execute properly without errors. if sales > 3000 then bonus = 0.3 * sales end if if sales > 2500 then bonus = 0.25 * sales end if if sales > 2000 then bonus = 0.2 * sales end if if sales > 1500 then bonus = 0.15 * sales else bonus = 0 end if 1500 1250 750 1000 00

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

Sams Teach Yourself Beginning Databases In 24 Hours

Authors: Ryan Stephens, Ron Plew

1st Edition

067232492X, 978-0672324925

More Books

Students also viewed these Databases questions