Visual Basic .NET Application - Coding Exercise 1
For this coding exercise:
- Open the VB2015Chap06MultiplicationSolution(MultiplicationSolution.sln) file.
- Code the application to display a multiplication table similar to the one shown in Figure 6-31 (Zak, 2016).
- Use the For...Next statement in the btnForNext_Click procedure, and use the Do...Loop statement in the btnDoLoop_Click procedure. Test the application appropriately.
Assignment Deliverables:
- The zip file containing the Visual Studio solution and project files.