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 qty = 5; float price = 5.99f; double usdExchangeRate = 0.731794d; boolean isMember = true; char myInitial = 'L'; String greeting = "Hello"; // use variable name System.out.println( greeting ); // do not have to assign a value right away String name; name = "Timmy"; System.out.println( name ); } }

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