In order to know which operation, you have to find the keywords. EX: how many more, difference, sum, total, etc.
The sum.
An additive operation is an operation which produces the sum of two operands.
By adding.
43. A sum is a binary operation. You have a sum of two things. There is no sense in a sum of one thing.
In order to know which operation, you have to find the keywords. EX: how many more, difference, sum, total, etc.
The sum.
An additive operation is an operation which produces the sum of two operands.
By adding.
a sum
I suppose you wanted to ask: how to do multiplication with repeated addition. int mul (int a, int b) { int sum= 0; int sign= 1; if (b<0) { sign= -1; b= -b;} for (; b; --b) sum = sum + a; return sign*sum; }
43. A sum is a binary operation. You have a sum of two things. There is no sense in a sum of one thing.
The operation is called addition.
A sum is an operation involving two or more numbers. You cannot have a sum of a single number.
Addition
The answer is called "the sum".
(x+y+z)*3= Using the 'Order of Operation' rules, the addition within brackets is done first, then the sum is multiplied by 3 (thrice means three).