Computer Science, asked by gitap1845, 11 days ago

algorithm to display first 10 even numbers​

Answers

Answered by guptarahulalwaysonl9
0

Answer:

if(n%2 ==0){

     print n

}

Explanation:

Similar questions