I\'m not understanding! why do these two loops behave differently?
for ( unsigned int x = 19; x >= 1; x -= 2 ) { std::cout << x <&