Question #256671

Do the necessary planning (IPO) and write an algorithm in pseudo code for the following:

1. Display every number even number from 2 to 50 along with its value double and tripled.

1.1 Use a while-loop.


Expert's answer

for k=2 to 50 step 2

display (k, 2k, 3k)

end



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!

LATEST TUTORIALS
APPROVED BY CLIENTS