0
C++ For loop
What will be the output For(int x=10; x>0; x--)
2 Antworten
+ 6
There is no output, you are not printing anything. And you have syntax error if you start "for" with capital letter.
You can easily test such code in the Sololearn playground, and see the output for yourself.
+ 2
error