Computer Science, asked by AryanAN, 1 year ago

Write an algorithm to generate even numbers.​

Answers

Answered by Mukeshgorain338
0

Answer:

Explanation:

Step 1: start

Step 2: read the limit of even number and store it Lim

step 3: set counter =1 and counter ++

step 4: display (counter )

step 4 : repeat step 3  and 4 untill counter == Lim

step 5: stop

Similar questions