online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
Program B_zone_LEVEL_Calculator; uses crt; Var Respectpointsnow:integer; neededrespectpoints:integer; LevelNow:integer; lvlold:integer; Begin Writeln('Welcome to B-zone-RP-Calculator! Coded by DoPamine.'); Repeat Writeln('LVL='); Readln(Levelnow); Until Levelnow>0; Repeat Writeln('Respectpoints='); Readln(Respectpointsnow); Until Respectpointsnow > 0 ; Repeat writeln('neededrespectpoints='); readln(neededrespectpoints); Until neededrespectpoints > 0 ; lvlold := Levelnow; Repeat If Respectpointsnow+1 > neededrespectpoints then Begin Levelnow:= Levelnow+1; Respectpointsnow:=Respectpointsnow - neededrespectpoints; neededrespectpoints:=neededrespectpoints + 4 ; End; Until Respectpointsnow < neededrespectpoints; Writeln('Your Level Will Be Level ', Levelnow,' After Buying Level For ', Levelnow - lvlold,' times.' ); Writeln('and You''ll Have ',Respectpointsnow,' Repect Points Left') end.

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