online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <stdio.h> int main(void) { float zahl; float ergebnis = 0; do { printf ("Bitte Zahl zum Addieren eingeben (0 zum Beenden):"); scanf("%f",&zahl); ergebnis += zahl; } while (zahl != 0); printf("Das Ergebnis ist %f \n", ergebnis); return 0; }

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