online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
/*Ciclo WHILE, DO WHILE. 3.- Mostrar en pantalla la tabla del 6.*/ #include <iostream> using namespace std; int main () { int t=0,n=0; while (n<=12) { t=6*n; cout<<"6 por "<<n<<" es "<<t<<endl; n++; } return 0; }

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