Let’s have a quick review what kind of built-in data types in C#. In Brief: string -> alphanumeric (defaults to “”) int -> 2 billion to -2 billion (defaults to 0) double -> fractional value (defaults to 0.0) bool -> true or false (defaults to false) More on this topic: The following explanation has beenContinueContinue reading “C# – Data Types”