int literals C# with Example
int literals are defined by simply using integral values within the range of int: int i = 5;