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.
for k=2 to 50 step 2
display (k, 2k, 3k)
end
Need a fast expert's response?
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Comments
Leave a comment