which of the following is arithmetic operator +, &,*%
Answers
Answer:
+ is an arithmetic operation
Explanation:
addition (+)
Concept
An arithmetic operator is a mathematical function that takes two operands and performs a calculation on them. They are used in ordinary arithmetic, and most computer languages include a set of such operators that can be used in equations to perform a number of types of sequential computation. Basic arithmetic operators include:
addition (+)
Subtraction (-)
Multiplication (×)
Division (÷)
Given
+, &,*,% is given
Find
We need to find that which of the following is Arithmetic operator
Solution
+ and * are Arithmetic operator
Addition is the mathematical process of adding things together. The adding process is marked with a "+" sign. It involves combining two or more numbers into one term.
Multiplication is known as repeated addition. It is indicated by "×" or "*". It also combines with two or more values to result in a single value.
Hence , the arithmetic operators are + and *
#SPJ2