What will be in Msg after the following code is evaluated?<br><pre><code class="vbnet">If 5*3 OrElse 3^2 Then Msg="Hi"Else Msg="Bye"EndIf</code></pre>

Correct Answer: Hi