EasySum

{% if result %}

The result of {{op1}} + {{op2}} is {{result}}.

{% else %}

This web aplication computes the sum of two numbers , the can even be floating point values.

First operand:
Second operand:
{% endif %}