What is the purpose of an assignment statement?
to assign a programming language
to assign an editor to a program
to store a value in a variable
to assign a debugging routine

Respuesta :

Using programming concepts, it is found that the purpose of an assignment statement is:

  • to store a value in a variable

In programming, examples of assignment statements are:

  • x = 2, which stores the value 2 at the variable x.
  • y = x + 3, which stores the value stored at variable x added to 2 at variable y.

From the bullet-points, we have that the key-word is stores, hence, storing a value in a variable is the purpose of an assignment statement, and the correct option is:

  • to store a value in a variable

You can learn more about assignment statements at https://brainly.com/question/3949761

Answer:

The answer would be to store a value in a variable.

Step-by-step explanation:

I took the test and got it right.