Question: Exercise 8-2 Use a rectangular array This exercise will guide you through the process of adding a rectangular array to the Future Value application that

Exercise 8-2 Use a rectangular array

This exercise will guide you through the process of adding a rectangular array to the Future Value application that you saw in chapter 7. This array will store the values for each calculation thats performed.

Open the Future Value application

(March 2015 visual basic and visual studio)

please provide screen shots from visual studio..thanks

1. Open the application thats in the C:\VB 2015\Chapter 08\FutureValue directory

2. Declare module-level variables for a row index and a rectangular array of strings that provides for 10 rows and 4 columns.

3. Add code that stores the values for each calculation in the next row of the array when the user clicks the Calculate button. Store the monthly investment and future value in currency format, and store the interest rate in percent format.

4. Add code to display the elements in the array in a message box when the user clicks the Exit button. Use tab characters to format the message box so it looks like this:

5. Test the program by making up to 10 future value calculations. When youve got this working right, close the solution

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!