What will be in Msg after the following code is evaluated?<br><pre><code class="vbnet">If 3&gt;6 AndAlso 7&gt;4 then Msg="Hi"Else Msg="Bye"EndIf</code></pre>

Correct Answer: Bye