0
CODEs // WHY // EXPLAIN !?!?!
for (int I= 0; I <=10; I++) cout<< I; for (int I=0; I <= 10; I++) cout << I; 0011 1100 0101 1010 !?!?!?!??!?!?!?!?+!??!+??+?!?!?!?!?!?!!!?!?!?!?!?!?!?!?!?
2 Answers
0
if you're wondering why the first code doesn't work is because you need to use << with cout to tell the program to print to the console
0
@Daniel Rollins : I edited the question , but no I don't get how the nested for loops would output this!? am still stuck im some issues