Task:
sin(x) is an odd function and cos(x) is an even function.
a) Define f(x) as a modification of sin(x) so that f is even.
b) Define g(x) as a modification of cos(x) so that g is odd.
Solution:
Let's build graph both (sin(x) and cos(x)) functions on one plot:

(a)
On the plot above we see that sin(x) shifted by 2π to the left, it will be superimposed on the cosine graph.

So sin(x+2π)=cos(x) and cos(x) is an even function. We get:
f(x)=sin(x+2π)
(b)
On the plot above we see that cos(x) shifted by 2π to the left, looks so:

And
−cos(x+2π)=cos(−(x+2π))
So cos(x+2π) is an odd function. We get:
g(x)=cos(x+2π)
Answer: (a) f(x)=sin(x+2π) and (b) g(x)=cos(x+2π) .