Prove that an Eulerian graph $G$ has even size iff $G$ has an even number of vertices $V$ which $\deg(v) \equiv 2 \pmod 4$.
Let $m=2k$ because $G$ hase even size. So by the first theorem of graph theory $\sum \deg(v) =4k$ for $v \in G$. Since $G$ is Eulerian, every vertex in $G$ is even, so it either $\deg (v) \equiv 0\pmod 4$ or $\deg(v) \equiv 2\pmod 4$.
But I can't see why $G$ has to have an even number of vertices $V$ which $\deg(v) \equiv 2\pmod 4$ ?
Given a graph, let $m$ be the number of edges. if $G$ is eulerian all nodes have even degree, so let $2a_i$ be the degree of node $i$.
By the first theorem of graph theory, you have that $m=\sum a_i$.
But $a_i$ is even if and only if the grade of node $i$ is a multiple of 4, whereas it is odd iff the grade is $deg(i)\equiv 2(mod 4)$.
So The parity of $m$ is decided by the parity of the nodes with $deg(i)\equiv 2(mod 4)$.
More precisely, $m$ has the same parity of the nodes with $deg(i)\equiv 2(mod 4)$.