online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
//Ejercicio Propuesto 2 //2. Escriba un programa que lea las tres notas de un alumno y calcule la nota final media de dicho alumno (Promedio). #include <iostream> using namespace std; int main(){ float N1=5, N2=9, N3=8, Promedio=0; Promedio=(N1+N2+N3)/3; cout<<"El promedio del alumno es: "<<Promedio<<endl; 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