Answer:
to manage financial records
to e-mail clients
to communicate with clients on social networking sites
to catalog tax records
Explanation:
These are the options;
apply.
to manage financial records
to create advertisements
to communicate with clients on social networking sites
to catalog tax records
to e-mail clients
to complete taxes automatically
to create invoice
A computer which is a machine that make use of instructions to carry out operation in a arithmetic or logical ways through computer programming. Computer is of many help to business today because it can carry out many tasks.Entrepreneurs can traditionally use computers in different ways such as in;
✓ management of financial records
✓e-mailing of clients
✓ communicating with clients on social networking sites
✓ cataloging tax records
B, racial references is the answer.
Answer:
The answer is "Option B".
Explanation:
Sequential codes are modules that work toward the solution of a problem that is arranged in a serialized manner. It is also known as serial codes, It is code in which the following two digits differ by a single digit in the binary representation.
- It helps to decide, which task and how long it will take.
- It uses communication to provide synchronized and shares resources between tasks.
Most likely the answer is to delete cookies, as it cuts down on the amount of tracking sites can do to you.
Answer:
a = int(input("Enter first number: "))
b = int(input("Enter second number: "))
c = int(input("Enter third number: "))
a,b = a+b,b+c
print(a,b,c)
Explanation:
Assignments like this are easy in python, in the sense that no helper variables are needed!