Variables are used to store data in a program. The name and type of variables in C# must be declared before they can be used. Implicitly typed variables can be declared without knowing its type using var.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)