Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+20 votes
asked in CSC211_Winter2018 by (1 point)

2 Answers

+9 votes

It is an assignment statement. This is answered in the book in pages 84-86.

Although we have not gotten to them yet, I believe an equality statement would be something like x == a + b (two equals signs) and it would actually check to see if the variable x equals a + b for something like a true/false statement.

Hope this helps.

answered by (1 point)
+4 votes

It is an Assignment statement

answered by (-499 points)
...