Introduction to the variables and data types in C#



Introduction to the variables and data types in C#

Introduction to the variables and data types in C#

This is a brief introduction to the variables in C#.
The introduced variables are:
Integer number: Int
Decimal number: float, double, decimal
String: string
Character: char
boolean number: bool