online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
import java.util.*; public class Main { public static void main(String []args) { Scanner sc=new Scanner(System.in); System.out.println("Enter your boolean value"); boolean inputValue = sc.nextBoolean(); if(inputValue) { System.out.println("Your entered value is true"); } else { System.out.println("Your entered value is false"); } } }

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