what is an operator in blueJ?
in simple language
Answers
Answered by
1
Operator's are those which act on operands to yeild a value,maybe mathematical or logical Example----"+","-","*","/" are mathematical operators ,they act on numeric values to yeild a value like ,a=4+5 here "+" acts on 4 and 5 to give a value to variable ' a' Logical value includes >,<,>=,<=,== etc
(After further studying java in blue j ,operators definition and types will just remain as theoretical part )
Aayushi99:
Operators are special symbols that perform specific operations on one, two, or three operands, and then return a result.
Similar questions