subject

Debug : // This pseudocode should create a report that contains an

// apartment complex rental agent's commission. The

// program accepts the ID number and name of the agent who

// rented the apartment, and the number of bedrooms in the

// apartment. The commission is $100 for renting a three-bedroom

// apartment, $75 for renting a two-bedroom apartment, $55 for

// renting a one-bedroom apartment, and $30 for renting a studio

// (zero-bedroom) apartment. Output is the salesperson’s

// name and ID number and the commission earned on the rental.

start

Declarations

num salesPersonID

string salesPersonName

num numBedrooms

num COMM_3 = $100.00

num COMM_2 = $75.00

num COMM_1 = $55.00

num COMM_STUDIO = $30.00

num QUIT = 9999

getReady()

while salesPersonID <> QUIT

detailLoop()

endwhile

finish()

stop

getRead

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 24.06.2019 21:50
Maddie is traveling to india and would like to document her trip for friends and family to access online. what tool would be best? app blog listserver web page
Answers: 1
question
Computers and Technology, 25.06.2019 08:00
When date is processed into a meaningful form, i becomes
Answers: 1
question
Computers and Technology, 25.06.2019 12:00
Understanding the or how each piece of the production process leads to customer satisfaction at the end is another important skill related to workflow.
Answers: 1
question
Computers and Technology, 25.06.2019 20:30
Marco wants to create a heading that is bold and italic to make it really stand out on his webpage. he's typed in the code
Answers: 1
You know the right answer?
Debug : // This pseudocode should create a report that contains an

// apartment comple...
Questions
question
Mathematics, 20.07.2020 06:01
question
Mathematics, 20.07.2020 06:01
question
Mathematics, 20.07.2020 06:01
question
Mathematics, 20.07.2020 06:01
question
Mathematics, 20.07.2020 06:01