Answer:
investmentAmount = float(input("enter the investment amount: "))
annualInterestRate = float(input("enter the Annual Interest Rate: "))
numYears = int(input("Enter NUmber of Years: "))
monthlyInterestRate = annualInterestRate/12
futureInvestmentValue = investmentAmount * (1 + monthlyInterestRate)*(numYears*12)
print("The Future Investment Value is: ")
print(futureInvestmentValue)
Explanation:
Using python programming language as required, we use the input function to prompt user for inputs for each of the variables.
There is a conversion from the variable annualInterestRate to monthlyInterestRate before the formula for the futureInvestmentValue is applied
Answer:
50% - one half life — 5,730 years
25% — two half lifes — 11,460 years
12.5% — three half lifes — 17,190 years
6.25% — four half lifes — 22,920 years
3.125% — five half lifes — 28,650 years
Explanation:
Answer:
domain name (2 words, 10 letters)
Answer:
True is the correct answer for the above question.
Explanation:
- An online survey is done with the help of social sites that connects many people in conversation from all over the world. So to do an effective survey, it is best to choose the online medium.
- The administrative professional is a professional, who works to do administrative tasks like managing the organization.
- The above question-statement says that the online survey is the best survey, which is the correct statement, which is described above. Hence the answer is true for the above question.