Computer Science, asked by rockerpommathi, 4 months ago

Explain about arithmetic operators with example in detail?​

Answers

Answered by Anonymous
17

 \huge {follow \: me}

Explanation:

An arithmetic operator is a mathematical function that takes two operands and performs a calculation on them. They are used in common arithmetic and most computer languages contain a set of such operators that can be used within equations to perform a number of types of sequential calculation.

ᴛʜɴᴋʏᴜ..

Answered by BEASTSBOY
14

Answer:

give me brain lest

Definition - What does Arithmetic Operator mean?

An arithmetic operator is a mathematical function that takes two operands and performs a calculation on them. They are used in common arithmetic and most computer languages contain a set of such operators that can be used within equations to perform a number of types of sequential calculation. Basic arithmetic operators include:

Addition (+)

Subtraction (-)

Multiplication (×)

Division (÷)

Computers use different symbols in programming to represent multiplication (*) and division (/). More complex operators such as square root (√) also act as arithmetic operators but the basic plus, minus, multiply and divide are the fundamental operators.

Similar questions