Computer Science, asked by Popsicle5555, 5 months ago

Algorithms and flowchart to display the odd number from 1 to 50?

Answers

Answered by pabitrasaud29
7

Answer:

Step 1: Start

Step 2: Declare variable c of integer type

Step 3: Set c=0

Step 4: Repeat step 4.1 to 4.3 while (c<=100)

Step 4.1: if (c%2 != 0)

Step 4.2: then print c

Step 4.3 : c=c+1

Step 5: Stop

please mark me as brainliest

Similar questions