Chapter 2: Problem 19
What is an assignment statement?
Short Answer
Expert verified
Answer: The two main components of an assignment statement are the variable and the value. The variable is a named container that stores a value, which can change during the execution of the program. The value is the data that is assigned to the variable.