Answer to Question #6500 in Programming & Computer Science for Jamie
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
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
Leave a comment