Assigning a Value

Assigning a Value

Assigning a value to a variable is the act of providing a value that must be stored in the variable. This operation is performed by the assignment operator "=". On the left side of the operator we put the variable name and on the right side – its new value.
Here is an example of assigning values to variables:
http://www.csharp2018.tk/2018/06/assigning-value.html

Post a Comment

0 Comments