15
1
//Lines 2-5 are always required in C#
2
using System;
3
public class Program
4
{ public static void Main()
5
{
6
// Step 1: create all the variables
7
// hint: pay special attention to variable's data types
8
int example = 500;
9
10
// Step 2: Print all variables
11
// hint: we created an example for you
12
13
Console.WriteLine("An example number is " + example);
14
}
15
}
Cached Result
ABOUT US
========
We are a group of .NET developers who are sick and tired of starting Visual Studio, creating a new project and running it, just to test simple code or try out samples from other developers.
This tool was inspired by http://jsfiddle.net, which is just awesome.
If you are interested in working on .NET Fiddle please send your resume and links to a couple of your best fiddles to dotnetfiddle at entechsolutions dot com. The most impressive fiddle will get the job.
ENTech Solutions
http://www.entechsolutions.com
========
We are a group of .NET developers who are sick and tired of starting Visual Studio, creating a new project and running it, just to test simple code or try out samples from other developers.
This tool was inspired by http://jsfiddle.net, which is just awesome.
If you are interested in working on .NET Fiddle please send your resume and links to a couple of your best fiddles to dotnetfiddle at entechsolutions dot com. The most impressive fiddle will get the job.
ENTech Solutions
http://www.entechsolutions.com