Answer to Question #6500 in Programming & Computer Science for Jamie

Question #6500
I've got a Pseudo code, but can't figure out a flow chart to represent it. Any help would be great.

begin class
begin method

//Declarations
num aptNum
num buildNum
num month

num RENT = 800
buildNum = 0
aptNum = 0
while buildNum <= 20
buildNum = buildNum + 1
output “Building #: “buildNum
while aptNum <=15
aptNum = aptNum + 1
output “Apartment #: ”aptNum
while month <= 12
month = month + 1
output “Month: “, month
output “Rent due: $”, RENT
endwhile

endmethod

endclass
0
Expert's answer

Answer in progress...

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS