Computer Science, asked by ak3349931, 7 months ago

_______ is an assignment statement.

Answers

Answered by SejalShirat0
1

Computer Programming or a fundamental Construct........

Answered by ligadedipak9977
0

Answer:

An assignment statement is used to change the value of a variable as the program is running. Since the value assigned to the variable can be another variable or an expression, assignments statements can be used to copy data from one place to another in the computer, and to do complex computations.

"x=2" it assignment statement

here = is assignment

2this is value assign to x

Similar questions