// Program prompts users for names and quantities for a $2.00 product abd displays total for each user until "XXXXX" is entered Declarations string name num quantity num PRICE_EACH = 2.00 num total start string PROMPT1 = "Enter name " string PROMPT2="Enter quantity" string QUIT = "XxxXxXx" string END_MSG = "End of job" housekeep() stop name → QUIT? endOfJob() No endOfJob() stop output END_MSG Yes detailLoop() housekeeping() output PROMPT1 HO input name return detailLoop() output PROMPT2 input quantity total = quantity* PRICE_EACH output name, total output PROMPT1 return

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 4PE
icon
Related questions
Question
// Program prompts users for names and quantities for a $2.00 product
abd displays total for each user until "XXXXX" is entered
Declarations
string name
num quantity
num PRICE_EACH = 2.00
num total
start
string PROMPT1= "Enter name
string PROMPT2 = "Enter quantity"
string QUIT = "XXX"
string END_MSG = "End of job"
housekeep()
stop
name → QUIT?
endOfJob()
No
endOfJob()
stop
output END_MSG
Yes
detailLoop()
housekeeping()
output PROMPT1
input name
return
detailLoop()
output PROMPT2
input quantity
total =
quantity* PRICE_EACH
output name, total
output PROMPT1
return
Transcribed Image Text:// Program prompts users for names and quantities for a $2.00 product abd displays total for each user until "XXXXX" is entered Declarations string name num quantity num PRICE_EACH = 2.00 num total start string PROMPT1= "Enter name string PROMPT2 = "Enter quantity" string QUIT = "XXX" string END_MSG = "End of job" housekeep() stop name → QUIT? endOfJob() No endOfJob() stop output END_MSG Yes detailLoop() housekeeping() output PROMPT1 input name return detailLoop() output PROMPT2 input quantity total = quantity* PRICE_EACH output name, total output PROMPT1 return
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Mathematical functions
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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Programming with Microsoft Visual Basic 2017
Programming with Microsoft Visual Basic 2017
Computer Science
ISBN:
9781337102124
Author:
Diane Zak
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
Np Ms Office 365/Excel 2016 I Ntermed
Np Ms Office 365/Excel 2016 I Ntermed
Computer Science
ISBN:
9781337508841
Author:
Carey
Publisher:
Cengage
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