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; // Deklarerar en variabel med namnet i, som får värdet 0. while(i < 5){ // While-loopen säger att så länge i är mindre än 5, ska loppen köras. System.out.println("Hello, World!"); // Skriver ut textsträngen "Hello, World!". i++; // i = i + 1 } } }

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