Multiple choice technology programming languages How do you terminate code execute with in a VB.NET method Exit Close Sub Exit Sub Kill Reveal answer Fill a bubble to check yourself C Correct answer Explanation In VB.NET, you terminate the execution of a subroutine (method) immediately and return control to the calling code using the Exit Sub statement.