What are the examples of operators in computer?
- What are examples of operators?
- What are operators give any four examples?
- What is an operator give three examples?
- What are operators give any two examples?
What are examples of operators?
OperatorDescriptionExample+Adds two operands.A + B = 30−Subtracts second operand from the first.A − B = -10*Multiplies both operands.A * B = 200/Divides numerator by de-numerator.B / A = 2
What are operators give any four examples?
* (Multiplication) – Multiply two operands. / (Division) – Divide two operands and gives the quotient as the answer. % (Modulus operation) – Find the remains of two integers and gives the remainder after the division. ++ (Increment) – Used to increment an operand.
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 are operators give any two examples?
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
Related Questions
-
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