Answer to Question #256668 in Algorithms for Dion Martins

Question #256668

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 for-loop.


1
Expert's answer
2021-10-25T17:56:43-0400

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!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS