Question: Open the VB2015Chap09Tea SolutionTea Solution (Tea Solution.sln) file. Open the Code Editor window. Enter the statement to declare and initialize a class-level onedimensional array named
Open the VB2015\Chap09\Tea Solution\Tea Solution (Tea Solution.sln) file. Open the Code Editor window. Enter the statement to declare and initialize a class-level onedimensional array named dblPounds. Use the following numbers to initialize the array: 35.6, 15, 67.9, 78.8, 12.5, and 27.5. The btnForNext_Click procedure should use the For...Next statement to display the contents of the dblPounds array, in ascending order, in the lstPounds control. The btnForEachNext_Click procedure should use the For Each...Next statement to display the contents of the dblPounds array, in descending order, in the lstPounds control. Test the application appropriately.
Step by Step Solution
3.42 Rating (161 Votes )
There are 3 Steps involved in it
Microsoft Visual Studio Solution File Format Version 1200 Visual Studio 14 VisualStudioVersion 140225120 MinimumVisualStudioVersion 100402191 ProjectF184B08FC81C45F6A57F5ABD9991F28F Tea Project Tea Pr... View full answer
Get step-by-step solutions from verified subject matter experts
