A is used for assigning the values in aprogram.
Answers
Answered by
0
Answer:
Here is your answer
Explanation:
The most common form of statement in a program uses the assignment operator, =, and either an expression or a constant to assign a value to a variable: variable = expression; ... The assignment statement indicates that the value given by the expression on the right hand side of the assignment operator (symbol =)
Similar questions