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 age = 22; if(age < 12) { System.out.println("You are child."); } else if(age > 12 && age < 20) { System.out.println("You are teenager."); } else if(age > 20 && age < 50) { System.out.println("You are mature."); } else { System.out.println("You are old."); } } }

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