: Initializing your loop at 1 and incrementing by 2 ( i += 2 ) to skip even numbers entirely, which is a common "lightbulb moment" for new programmers.
: Checking every single number from 1 to 100 and using an if statement to see if it's odd. zadanie 3.13.cpp
: Used to check if a number is odd (e.g., i % 2 != 0 ) . : Initializing your loop at 1 and incrementing