i need help again :)))please tell me why it does not work [code] int x,y,c,n; cout<<"x="; cin>>x; n=0; while(x!=...
need help fastso is there anything I can do to make x become 0 or less?
need help fastIt does not shows the solution. When it is running it shows x= and y= on and on.
need help fastplease explain me why this does not work and show me the correct form #include <iostream> using ...
i need help fast pleaseand there? int x,x1; cout<<" x =";cin>>x; x1=0; while(x!=0) { x1=x1*10+x%10; x=x/10; } cout<...
This user does not accept Private Messages