Write a function for the input-output table.

Input x- 0, 1, 2, 3
Output 7- 3, 4, 5, 6

3 answers

looks like

output=x+3 to me.
thanks
what is input/output