Computer Science, asked by gautamdershita, 6 hours ago

write a algorithm and also design flow chart to print all odd no. between 1-n​

Answers

Answered by gaddamajay369
0

step 1: Define variable int n.

step2: if (n÷2==1) then

step3: given number is odd number else

step4:Given number is not odd number.

Similar questions