Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Problem Diana Lee, a supervisor in a manufacturing company, wants to know which employees have increased their production this year over last year so that

Problem
Diana Lee, a supervisor in a manufacturing company, wants to know which employees have increased their production this year over last year so that she can issue them certificates of commendation and bonuses. Design a Raptor flowchart for the following:
A program that accepts each worker's first and last names, this year's number of units produced, and last year's number of units produced. Displays the name and a bonus amount. The bonuses will be distributed as follows:
If this year's production is greater than last year's production and this year's production is:
1,000 units or fewer, the bonus is $25
1,001 to 3,000 units, the bonus is $50
3,001 to 6,000 units, the bonus is $100
6,001 units and up, the bonus is $200
Name the file lab4.rap
DONT DO TOP LAB ITS JUST REFERNCE FOR MY QUESTION. Lab conists of making a raptor flowshart eith that data inyo a Python Program. Thank you
In this lab, you learn how to convert a Raptor flowchart to a Python program and create a dual-alternative selection structure using Raptor.
After completing this lab, you will be able to:
Create a multi-alternative selection structure using Python
PreLab
Do the following activities before doing the lab assignment.
Review the Python Selection lecture note.
Problem
Convert lab 4 from the Raptor to a Python program. Name the file
lab9.py.
Zoom Video on how to do the lab assignment 9- Zoom video
Problem
Diana Lee, a supervisor in a manufacturing company, wants to know which employees have increased their production this year over last year so that she can issue them certificates of commendation and bonuses. Design a Raptor flowchart for the following:
A program that accepts each worker's first and last names, this year's number of units produced, and last year's number of units produced. Displays the name and a bonus amount. The bonuses will be distributed as follows:
If this year's production is greater than last year's production and this year's production is:
1,000 units or fewer, the bonus is $25
1,001 to 3,000 units, the bonus is $50
3,001 to 6,000 units, the bonus is $100
6,001 units and up, the bonus is $200
Name the file lab4.rap
image text in transcribed

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

Beginning ASP.NET 2.0 And Databases

Authors: John Kauffman, Bradley Millington

1st Edition

0471781347, 978-0471781349

Students also viewed these Databases questions