Question
(Visual Basic) SAVINGS ACCOUNT The following steps calculate the balance at the end of three years when $100 is deposited at the beginning of each
(Visual Basic) SAVINGS ACCOUNT The following steps calculate the balance at the end of three years when $100 is deposited at the beginning of each year in a savings account at 5% interest compounded annually:
-
Declare the variable balance as type Decimal.
-
Assign the value 100 to the variable balance.
-
Increase the value of variable balance by 5% of its value, and add 100. (5% = 0.05D)
-
Increase the value of variable balance by 5% of its value, and add 100.
-
Increase the value of variable balance by 5% of its value.
-
Display the value of balance (rounded to two decimal places) in a list box.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started