Computer Science, asked by DebabrataJodder, 11 months ago

draw a flowchart to print all even numbers from 1 to 100​

Answers

Answered by as8ab0
1

Answer:

n=n/2; p=n%2 if P=0; m=m+n for(i=0;I<=100;I++) print m

Explanation:

m=0; (initialize)

Similar questions