how to declare variables in c#

C#
public int yourNumber = 5;
Source

Also in C#: