# Arithmetic Operation

![](https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FZMuVnPBrXXihcckzPtzP%2FScreen%20Shot%202022-07-20%20at%2017.03.37.png?alt=media\&token=0f4fab8f-7092-4e2f-97c0-612f82ff510f)

{% tabs %}
{% tab title="Entry Vars" %}
**More operators:** It allows adding more operands in case it is required to work with more than 3 values.

**Operating A, B y C:** They are the main operators to perform an arithmetic operation.

**Arithmetic operator:** It is the operator to be able to carry out some basic operation instruction with the operands.

**Step by Step :**

<figure><img src="https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FsRT9U5iAGk4x5Qy6tdCH%2FArithmetic%20Operation.gif?alt=media&#x26;token=ed2ff070-c2d9-42c9-9725-2b7328714e35" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Callbacks & Outvar" %}
**(Does not contain callbacks)**\
\
OutVar :returns the value of the arithmetic operation or, failing that, the error, in case it is about doing an operation with a value that is not numeric
{% endtab %}

{% tab title="Features" %}
If no values are entered in the operands, it defaults to returning the value 0.&#x20;

It is not necessary to add values to all three operands, only 2 are sufficient.&#x20;

If you need more than three operands, you can add as many as you need using the "More" operator.&#x20;

If you only add a value to one operand, the result will be that same value regardless of the operator.&#x20;

All operands perform the same operation, which means that if values are added to all three operands and the "+" operator is used, the three values will be added together.
{% endtab %}

{% tab title="examples" %}
![](https://476758574-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVctm8W2AAd8SbIYUaj27%2Fuploads%2FQvjiEZY79bs5Q0ojV0Wq%2FWhatsApp%20Image%202022-07-20%20at%205.45.25%20PM.jpeg?alt=media\&token=587875e2-8b7e-45dd-b87d-20e9e0f72eae)
{% endtab %}
{% endtabs %}
