vendredi 6 novembre 2020

How to show "if operator in for operator" in block algorithms?

For Example:

for (i = 0; i < 100; i++){
   if (i % 3 == 0){
      cout << i;
   }
}

How to show this code in code-block algortihms?

Aucun commentaire:

Enregistrer un commentaire