Computing - C# Variables Annotations
Declaring Variables

A variable called number1 is created to hold a whole number.
Assignment

The literal value 6 is placed in the variable called number1.
Declaring and Assigning in one go

The expression is evaluated and its value placed in the variable called total.