What is the difference between operator and operands
An operator defines some function that will be performed on the data.
The data on which operators work are called operands
7+5 = 12
the values 7, 5, and 12 are operands, while + and = are operators.