Posts by Norberto Cassoma • 21 points
1 post
-
2
votes1
answer69
viewsQ: How do I use the semicolon in the "for" command?
What’s the difference between a for ending with a semicolon and a for ending without a semicolon? Example: for(i=0; i<=10; i++)**;** //Termina com ponto e vírgula// Example: for(i=0; i<=10;…