The answer is Intumescent. I am pretty sure this is right.
The annswer is word processing.
Answer:
See explaination for the program code
Explanation:
The Programming code:
inFile = open("stuff.txt", "r")
num = []
Sum = 0
for val in inFile.readlines():
value = val.split(",")
Sum = Sum + int(value[1])
print("Sum of second number on every line in the file is: ", Sum)
inFile.close()
Please kindly check attachment for output
A code of ethics and professional conduct outlines the ethical principles that govern decisions and behavior at a company or organization. They give general outlines of how employees should behave, as well as specific guidance for handling issues like harassment, safety, and conflicts of interest.
Answer: two
Explanation:
Organizational memory is simply referred to as the accumulation of data or information that have been created for a particular organization.
To solve the difficulty of scaling memory organization, memories are physically organized into a two dimensional organization.