online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
/****************************************************************************** Welcome to GDB Online. GDB online is an online compiler and debugger tool for C, C++, Python, PHP, Ruby, C#, OCaml, VB, Perl, Swift, Prolog, Javascript, Pascal, COBOL, HTML, CSS, JS Code, Compile, Run and Debug online from anywhere in world. *******************************************************************************/ #include <stdio.h> public class Main { public static void main(String[] args) { double[] notes = { 12.5, 15.0, 18.0, 9.5, 10.0, 11.5, 10.0, 9.0, 7.0, 12.0, 14.0, 13.5, 5.5, 10.0, 15.0, 18.0, 19.0, 12.0, 14.5, 13.0, 20.0, 9.5, 9.5, 10.0, 12.0, 2.0, 11.0, 7.0 }; double min, max, moyenne, ecartType, mediane; double temp; int i; /*Calcul du min (resultat 2)*/ /*Calcul du max (resultat 20)*/ /*A completer...*/ /*Calcul de la moyenne (resultat 11.79)*/ /*A completer...*/ /*Calcul de l'ecartype (resultat 4.09)*/ /*A completer...*/ /*Calcul de la mediane (resultat 11.75)*/ /*A completer...*/ }

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