variable declaration in c# code example Example 1: how to create a variable in C# int variable; Example 2: how to declare variables in c# public int yourNumber = 5;