online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
using System; namespace ConsoleApplication1 { class Program { static void Main(string[] args) { string but = "BT"; for (int i = 1; i <= 20; i++) { if (i < 10) { but += "0" + i.ToString(); } else { but += i.ToString(); } Console.WriteLine(but); } Console.ReadLine(); } } }

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