0
What's the output ,c++
#include <iostream> using namespace std; int main() { for (int i = 1; i <= 10; ++i) { if ( i == 6 || i == 9) { continue; } cout << i << "\b"; } return 0; }
5 Respostas
+ 3
ahmad aramb
click
https://code.sololearn.com/chN8cL3ISbU0/?ref=app
And press RUN and enjoy output :)
+ 3
ahmad aramb couse click
https://code.sololearn.com/cU8wmwJSy8nb/?ref=app
It will be other answer:)
+ 3
Tho answer is
1
2
3
4
5
7
8
10
And 10 is the answer
+ 2
Click on your profile ,you will see code bits there ,then click on + sign and choose a language to find out the answer yourself:-)
0
Why dont make back slach