For Example:
for (i = 0; i < 100; i++){ if (i % 3 == 0){ cout << i; } }
How to show this code in code-block algortihms?<