Question
What is the rule for this input/output table?
Input 0 1 2 3 4 5
Output 5 4 3 2 1 0
Input 0 1 2 3 4 5
Output 5 4 3 2 1 0
Answers
Steve
out = 5 - in