Translate

Wednesday, August 29, 2012

Assigning a Value to a Variable in C#

Assigning a Value to a Variable in C#


The assignment operator (=) assigns a value to a variable. The syntax of a variable assignment is shown in the following code.
VaraibleName=AssignedValue;

String helloAssignment=”I am from assignment”;

No comments:

Post a Comment