VARIABLES

VARIABLES:

After reviewing the main data types in c# let see how we can use them .In order to work with data , we should use variables . we have already seen their usage in the examples , but now let,s look at them more in detail.
A variable is a container of information,which can change its value .It provides means for :
- Storing information .
- Retrieving the stored information 
- Modifying the stored information
In C#  programming ,you use variables to store and process the information all the time.

Post a Comment

0 Comments