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 a = min_metod(5, 4); int b = min_metod(3, 2); int c = min_metod(1, 8); System.out.println(a); System.out.println(b); System.out.println(c); } public static int min_metod(int tal1, int tal2){ return tal1 * tal2; } }

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