Anonymous Asked in Cars &Transportation · 2 weeks ago

What are the examples of operators in computer?

Addition


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

Relevance
Write us your question, the answer will be received in 24 hours