The advantages of using spreadsheets for managing personal finances is that:
- Spreadsheets are known to be tools that are very quick and easy and helps one to add into a workflow.
- Spreadsheets are regarded as an efficient tools for financial documents. A person can have access to a lot of spreadsheet templates and they can be able to visualize data along with caveats.
<h3>What is the advantage of using a spreadsheet?</h3>
The Advantage is that it is one that help[s a person to be able to organizing a lot of data.
Note that The advantages of using spreadsheets for managing personal finances is that:
- Spreadsheets are known to be tools that are very quick and easy and helps one to add into a workflow.
- Spreadsheets are regarded as an efficient tools for financial documents. A person can have access to a lot of spreadsheet templates and they can be able to visualize data along with caveats.
Learn more about spreadsheets from
brainly.com/question/26919847
#SPJ1
Answer:
b. instantiated.
Explanation:
In computer programming, to be instatiated or when variables are instatiated; this simply refers to the acts of making example out of a group variables or a form of template. For example in a situation of class of objects.
Hence, in this case, the correct answer to the question above is the option B, in which Variables set equal to patterns are said to be INSTATIATED
Answer:
The program code is completed below
Explanation:
Program Code:
"""
Your Name
Course Name, Section (example: ENTD200 B002 Spr15)
Instructor name
Week #
Date completed
"""
months = ["January ", "February", "March", "April", "May", "June", "July"
, "August", "September", "October", "November", "December"]
for i in range(0,12):
print("Month",i+1, "is" , months[i])