Print even numbers by using for loop in c++ #cppcode #learncpp

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

If you prefer, in you loop you can add 2 at i. With this you don't need the condition.

rom