Assignment and Arithmetic

Arithmetic operators manipulate numbers through normal arithmetic tasks, for example addition or subtraction

Binary operator- acts upon the two numbers that are going to be calculated.

Unary operator- acts upon the single number.

 

Assignment operators are an instruction that gives a value to a specified value. They can be manipulated, for example the result of a calculation.

Leave a comment