Problem ONE: Translate this following flowchart into python code. Hint: it's while loop. ▸ Description Start Assign y to keep going True keep going == False Prompt the user to enter the amount of sales and assign it to sales. End Prompt the user to enter the commission rate and assign it to comm_rate. commission = sales comm_rate Display the commission Prompt the user: 'Do you want to calculate another commission? (Enter y for yes)' and assign the input to keep going.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 27PE
icon
Related questions
icon
Concept explainers
Question
100%
How do I translate the flowchart into Python code
Problem ONE: Translate this following flowchart into python code. Hint: it's while loop.
▸ Description
Start
Assign y' to keep going
True
keep going ==
False
Prompt the user to enter
the amount of sales and
assign it to sales.
End
Prompt the user to enter
the commission rate and
assign it to comm_rate.
commission = sales
comm_rate
Display the
commission
Prompt the user: 'Do you
I want to calculate another
commission? (Enter y for
yes)' and assign the input
to keep going.
Transcribed Image Text:Problem ONE: Translate this following flowchart into python code. Hint: it's while loop. ▸ Description Start Assign y' to keep going True keep going == False Prompt the user to enter the amount of sales and assign it to sales. End Prompt the user to enter the commission rate and assign it to comm_rate. commission = sales comm_rate Display the commission Prompt the user: 'Do you I want to calculate another commission? (Enter y for yes)' and assign the input to keep going.
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Control Structure
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning