Choose the function table that matches the given rule.

Rule: output = input - 2

Input | Output

-------|--------
0 | -2
1 | -1
2 | 0
3 | 1
4 | 2