online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
public class Main{ public static void main(String[] args) { int i = 0; do{ // Start på Do-loopen System.out.println("i har värdet: " + i); i++; }while (i < 3); // Kontrollerar om värdet på i är mindre än 3, är fallet så, // upprepas do-loopen annars avbryts loopen. } }

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