I wrote a proof for the above question, but I am not sure whether it is right or not since I assumed linear independence.
Here's the proof:
Let $u$,$v$ be linearly independent vectors in $V$.
$span(u)$, $span(v)$, $span(u+v)$ are all $T-invariant$.
$T(v)$ is an element in $span(v) \Longrightarrow T(v) = av$
$T(u)$ is an element in $span(u) \Longrightarrow T(u) = bu$
$T(u+v)$ is an element in $span(u+v) \Longrightarrow T(u+v) = T(u)+T(v)= bu+av = c(u+v)$
Hence, $bu+av-c(u+v) = 0 \Longrightarrow (b-c)u + (a-c)v = 0$ Since u and v are linearly independent, $(b-c)=(a-c)=0 \Longrightarrow b=a$
Hence, $T(w) = kw$, for all $w$ in $V$, and $k$ any scalar.
Is it right to assume linear independence? And is there any problem with my proof?