Lately I have been asked if there exist any two continuous random variables, whose sum is discrete random variable. Probably the good start is the definition of discrete and continuous random variables.
If random variable has property $\sum_{x \in R} P(X=x) = 1$, the variable is discrete.
Random variable is continuous if there exists function $f_X: \mathbb{R} \rightarrow \mathbb{R}_{\geq 0}$ which for each $A \subseteq \mathbb{R}$, $P(X \in A) = \int_A f_X(x) \ dx$.
Than means $P(X = x) = 0$ for each $x$ if variable is continuous. That gives me feeling that sum of two continuous random variables cannot be discrete, but I have no idea if I am right or wrong.