<<< Expressions | Index | Primitive data types and operators >>> |
Expressions are made out of
operators: +, -, /, * and so on
operands: variables, literal values (e.g. 1.5), other expressions (x + y)
Operators specify what is to be done
Operands specify the data for the operators to work with
<<< Expressions | Index | Primitive data types and operators >>> |