Menu

[solved] – Question 88997

Write a program which will provide the Python instructions to invoke
the following pseudocode design (HINT: using your earlier programs,
change this English language solution to a working Python format):
– Input salesperson’s name preceeded by an appropriate
prompt to either enter the salesperson’s name OR enter
“Q” to end.
– While not salesperson’s name = “Q”
– Input sales on screen with appropriate prompt
– Print (on screen) salesperson’s name; “, your sales are”;
sales
– Print (on screen) a blank line
– Input salesperson’s name or “Q” to end
– Print (on screen) “That’s All Folks”
– End of program

Expert Answer


OR


Leave a Reply

Your email address will not be published. Required fields are marked *