Question: 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

 this flowchart contains three syntax and/or logical errors. housekeep should be

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!