How do you assign a value?
You use compound assignments to update the value of a variable in a way that depends on its current value, without typing a variable’s name twice.
Which are the basic arithmetic operators?
An operator is a symbol -- =, - or && -- that represents an action on one or more values.
Top comments (0)