online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
using System; class HelloWorld { static void Main() { string value = "5002"; // wartość 5002 to 500.2 Console.WriteLine(value.Insert(value.Length - 1, ".")); value = "23"; // 23 to 2.3 Console.WriteLine(value.Insert(value.Length - 1, ".")); value = "10000"; // 10000 to 1000.0 Console.WriteLine(value.Insert(value.Length - 1, ".")); // Console.ReadKey(); } }

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