Computer Science, asked by shivkumarsingh8227, 3 months ago

Which statement is used to assign the value to a variable? *

CLS

Print

LET

Input​

Answers

Answered by Anonymous
15

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; variable = constant; The symbol of the assignment operator looks like the mathematical equality operator but in C++ its meaning is different.

Answered by brainykid76
3

Answer:

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; variable = constant; The symbol of the assignment operator looks like the mathematical equality operator but in C++ its meaning is different.

Similar questions