can someone help me? Thank you

Answer:
f(0) = 0
f(1) = 2
f(2) = 4
f(3) = 6
f(4) = 8
Step-by-step explanation:
f(x) = 2x
for each of the values, substitute x for that value.
f(0) = 2*0
f(0) = 0
f(1) = 2 * 1
f(1) = 2
f(2) = 2* 2
f(2) = 4
f(3) = 2 * 3
f(3) = 6
f(4) = 2 * 4
f(4) = 8