In the other answer, you see how to use the structural theorem (which is a big sledgehammer) to crack this. There is a more elementary solution:
Lemma: Let $G$ be an abelian group. If $g,h\in G$, $\operatorname{ord}(g)=m$, $\operatorname{ord}(h)=n$, and $\min(m,n)\nmid\max(m,n)$ then $\operatorname{ord}(gh)=\operatorname{lcm}(m,n)$.
Remark: Since our $G$ is finite, repeated use of the this lemma shows lcm of all possible orders is achieved by some $g\in G$ and hence the claim follows.
Proof of Lemma: Let
$$
m=p_1^{m_1}p_2^{m_2}\dots p_k^{m_k}\text{ and }n=p_1^{n_1}p_2^{n_2}\dots p_k^{n_k}
$$
be the prime factorisation of $m,n$, where we allow one of $m_i,n_i$ to be zero if necessary (but not both).
Then
$$
\operatorname{lcm}(m,n)=p_1^{\max\{m_1,n_1\}}p_2^{\max\{m_2,n_2\}}\dots p_k^{\max\{m_k,n_k\}}
$$
Certainly $\operatorname{ord}(gh)=:q\mid\operatorname{lcm}(m,n)$.
Suppose, $q<\operatorname{lcm}(m,n)$ and we will derive a contradiction.
$q<\operatorname{lcm}(m,n)$ gives either $n\nmid q$ or $m\nmid q$.
If both, consider $kq$ where $k$ is a product of only those prime powers missing from $m$. We still have $kq<\operatorname{lcm}(m,n)$.
So swapping $g,h$ if necessary, we may assume WLOG $(gh)^r=e$, $r<\operatorname{lcm}(m,n)$ but $m\mid r$.
Thus we obtain
$$
e=g^rh^r=h^r
$$
but this implies $r$ is a multiple of $\operatorname{ord}h=n$ and so $\operatorname{lcm}(m,n)\mid r$, contradicting our assumption $r<\operatorname{lcm}(m,n)$. QED.