1. For a sequence of random variables $V_n$, and a deterministic sequence $b_n$, does
$$ \frac{V_n}{b_n} \overset{a.s.}{\to} c \quad \left( \implies \frac{V_n}{b_n} \overset{P}{\to} c \right) $$
for some deterministic constant $c$ imply in turn that :
$$ \lim_{n \to \infty}\frac{\mathbb{E}V_n}{b_n} = c \,? $$
2. Does $$ \lim_{n \to \infty} \frac{\mathbb{E} V_n}{b_n} = c \quad \implies \quad \mathbb{E} V_n = b_n + \Theta(c) \,? $$
Note: The specific $V_n$ I have in mind is $V_n := \max_{1 \le i \le n} X_i$ for $X_i$ i.i.d. $\mathscr{N}(0,1)$, and the specific $b_n$ I have in mind is $b_n = \sqrt{2 \log n}$. But that doesn't seem relevant to answering the question.