online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
using System; class HelloLoop { static void Main() { uint x = 0; while (x <= 10) { x += 3; // x = x + 3 //Console.WriteLine(x); } Console.WriteLine($"Instrukcja została wywołana {(x/3)} razy."); } }

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