Add Three
1. The problem asks to add three numbers.
2. Since the numbers are not specified, we assume general numbers $a$, $b$, and $c$.
3. Adding them involves computing the sum $a + b + c$.
4. This operation combines all three values into one total sum.
Therefore, the final answer is:
$$a + b + c$$