chinmay.sahoo
New member
An assignment statement comprises a variable name or array element followed by an equals sign (=) followed by an arithmetic expression, a string expression or a logical expression. The value of the expression is calculated and then assigned to the variable or array element on the left-hand side of the = sign. We will go through each type of expression in turn.