Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

this flowchart contains three syntax and/or logical errors. housekeep should be housekeeping I think not sure about the others. Y/ Program prompts users for names

image text in transcribed

this flowchart contains three syntax and/or logical errors. housekeep should be housekeeping I think not sure about the others.

Y/ Program prompts users for names and quantities for and displays total for each user until "XXX" is entered $2.00 product start housekeepingo ) output PROMPT1 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" input name return housekeep() detailLoop) ) Yes QUIT? detailLoop() output PROMPT2 No endOfJobo input quantity stop total = quantity * PRICE_EACH output name, total endOfJob() output END_MSG output PROMPTI stop return

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions