online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
/*EJERCICIO PROPUESTO #7-CICLO WHILE, DO-WHILE 2.-Visualice los números del 1 al 10.*/ #include<iostream> using namespace std; int main(){ int n=1; cout<<"**********************************************************"<<endl; cout<<"* 7.- Visualice los numeros del 1 al 10. *"<<endl; cout<<"**********************************************************"<<endl<<endl; while(n<=10){ cout<<"# "<<n; n++; } cout<<endl<<endl<<"> > > > > > > > Hecho por Victor Galarza < < < < < < < <"<<endl; }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue