You are on page 1of 2

Main()

Housekeeping() DetailLoop() endofJob()


Housekeeping()
Start

Declarations

num checkAmountOutput Input_Line Output Input_Line


num service_charges

num min = 20num rate = 0.02

num bmi

Input name

string namestring END_LINE = "End of Input Name


Job"sting Input_Line = "Enter Customer
Name:"string Output_Line = "Service
charge."

return
HouseKeeping()

detailLoop()
Not name
= “ZZZZ”
detailLoop() Input checkAmount

endofJob() service_charges = min + (rate


* checkAmount)

Stop

Output output_line

endOfJob()

Output
Service_Charges
Output
END_LINE

Return return

You might also like