what's wrongWhat's your Compiler?
How to download an exe file from the internetif you are using Windows OS, click mouse right button and then save as... save a *.exe file to the ...
Finding a the position value of a number[code] //------------------------------------------------------------------------------ // Copyrig...
two for statements and using pow()[code] for (int i = 1; i <= 3; ++i) { cout<<i; for (int j = 0; j < 11; ++j) { ...