Please show how to do the below:
Visual Basic .NET Application - Coding Exercise 1 (Exercise 13, Zak, 2016, p. 347)
For this coding exercise, write the Visual Basic code for a pretest loop that uses an Integer variable named intEven to display the even integers from 2 through 20 in the lblEven control.
Use the For...Next statement.
Display each number on a separate line in the control.