Computer Science, asked by shahabmalik834, 8 months ago

Draw a flowchart to print the Even numbers between 1 to 50.

Answers

Answered by zoyashaikh786
14

Explanation:

follow me for more answers. like my answers.

Attachments:
Answered by ayush7652051895sl
8

Explanation:

Here I provided you the flowchart in the picture which can be used to print out the even numbers from 1 to 100 and for 50 as you asked you can initialize upto 50 only.

1. Start

2. Initialize the variable i to 1.

3. while i<=100 (for 50 do i<=50)

4. if i%2==0

5. print the number

6. increment value of i

7. stop

#SPJ2

Attachments:
Similar questions