Solution :
# Reading principle amount from user
= eval(
Enter principle amount: "))
# Reading time duration in number of year from user
years = eval(input("Enter time duration in number of year: "))
# Reading interest rate from user
annualInterestRate = eval(input("Interest rate: "))
# calculating futureValue using user input data
futureValue = accountPresentValue * (1 + annualInterestRate / 100) ** years
# printing calculated futureValue to console
print("Final balance =",futureValue)
Answer:
Contingency Planning Management Team (CPMT)
Explanation:
:)
Answer:
- Inserting headers or footers
- Inserting a watermark
Explanation:
A Master Page is a page which can be used with the majority of the documents of your paper as a reference. Master pages may have visuals elements, such as headlines, footers, column headings, etc that occur on all publishing pages.
Answer:
1 - Commenting and Documentation.
2 - Consistent Indentation.
3 - Avoid Obvious Comments.
4 - Code Grouping.
5 - Consistent Naming Scheme.
6 - DRY Principle.
7 - Avoid Deep Nesting.
8 - Limit Line Length.
Explanation:
Hope this helped
Answer:
Adding images: picture drawing box and insert tab
Formatting images: crop and picture styles
Explanation:
picture drawing box and insert tab would be options to add images
formatting (or editing) the images would be crop, and picture styles