What data type is returned from arthimetic expression
number
what is string concatenation
adding 2 strings together
what does + serve
preform addition, concat strings
what data type is returned by comparing 2 values
boolean
what does += do?
adds the value of variable on left of plus sign to the value of variable on right of = sign