User profile: eryar

User info
User name:eryar
Email:eryarfly@gmail.com
History
Joined:
Number of posts:15
Latest posts:

what's wrong
What's your Compiler?

How to download an exe file from the internet
if 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...

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) { ...