Posts by B.Barbosa • 19 points
1 post
-
-2
votes1
answer114
viewsQ: For - loop loop
Hello, I am new here and in the world of programming. I would like to know how to do the last part of this exercise using For. So far I have done this: for(int i = 1; i<=100; i++) { if(i%2==0) {…