Computer Science, asked by shraddhasingh4522, 10 months ago

(1) Write an algorithm, pseudo code, and
flow chart to display all even numbers
between 1 to 100.​

Answers

Answered by charlie1505
4

Answer:

Algorithm-

Step 1: Start

Step 2: Initialize variable number as integernumber (n) = 1

Step 3: Read and print the value of number

Step 4: Repeat the step 4 until number < 100

5.1: number = number (n) + 1

Step 6: Stop

Explanation:

refer the attachment for flow chart

Attachments:
Similar questions