Anonymous
Asked in
Cars &Transportation
·
2 weeks ago
What is an example of an operator?
Contents
- What is an operator give three examples?
- What is operator give few examples of operators?
- What are operators give any four examples?
- What is operator and its types with example?
What is an operator give three examples?
An operator is a symbol or sign used to specify an operation to be performed in Java programming. The three main types of operators are Arithmetical, Logical and Relational.
What is operator give few examples of operators?
OperatorDescriptionExample+Adds two operandsA + B will give 30-Subtracts second operand from the firstA - B will give -10*Multiplies both operandsA * B will give 200/Divides numerator by de-numeratorB / A will give 2
What are operators give any four examples?
OperatorOperandElucidation+a, bAddition–a, bSubtraction*a, bMultiplication/a, bDivision
What is operator and its types with example?
There are three types of operator that programmers use: arithmetic operators. relational operators. logical operators. ... Arithmetic operators.Arithmetic operationOperatorExampleSubtraction-x = x - 5Multiplication*x = x * 5Division/x = x / 5Integer divisionDIVx = x DIV 5
Related Questions
Relevance
-
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago -
Anonymous2 weeks ago
Expert answer2 weeks ago
Write us your question, the answer will be received in 24 hours