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 first name"); String fname = sc.nextLine(); System.out.println("Enter your last name"); String lname = sc.nextLine(); System.out.println("FullName = "+fname+" "+lname); } }

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