Computer Science, asked by chrisitanaumoh, 1 year ago

wirte an algorithm to print first ten even numbers


abhishekjmathepcu9s9: IN WHAT LANGUAGE

Answers

Answered by MrTSR
0
n=2

1:print n

make n=n+2

print n

repeat from 1 until n> 100

Similar questions