d provide a solution using Raptor Flowcharting tool? I understand the bugs. I wish to see the solution in Raptor. Either in Raptor for Windows or Raptor Avalonia. I'm having some difficulty using the Ra

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter6: Arrays
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

Can you please debug this and provide a solution using Raptor Flowcharting tool?

I understand the bugs. I wish to see the solution in Raptor. Either in Raptor for Windows or Raptor Avalonia.

I'm having some difficulty using the Raptor Application and need the solution in raptor.

// Program prompts users for names and quantities for a $2.00 product
and displays total for each user until "XXX" is entered
Declarations
string name
num quantity
num PRICE_EACH = 2.00
num total
string PROMPT1 = "Enter name
string PROMPT2 = "Enter quantity
string QUIT = "XXX"
string END_MSG = "END of job"
endOfJob()
start
stop
housekeep()
name QUIT?
output END_MSG
No
endOfJob()
stop
Yes
11
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 and displays total for each user until "XXX" is entered Declarations string name num quantity num PRICE_EACH = 2.00 num total string PROMPT1 = "Enter name string PROMPT2 = "Enter quantity string QUIT = "XXX" string END_MSG = "END of job" endOfJob() start stop housekeep() name QUIT? output END_MSG No endOfJob() stop Yes 11 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 3 steps with 2 images

Blurred answer
Knowledge Booster
Linux
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr