How to show “if operator in for operator” in block algorithms?

前端 未结 0 546
死守一世寂寞
死守一世寂寞 2020-12-10 06:58

For Example:

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

How to show this code in code-block algortihms?<

相关标签:
回答
  • 消灭零回复
提交回复
热议问题