Answer:
first are these options:if yes we should go with B
chemical change is one when no new substance is kind of formed.it is one which is not reversible
Which program will have the output shown below?
12
13
14
>>> for count in range(12, 15):
print(count)
>>> for count in range(15):
print(count)
>>> for count in range(12,14):
print(count)
>>> for count in range(14):
print(count)
Answer:
>>> for count in range(12,14):
print(count)
Which of the following is NOT a file format used for word processing documents? A. .ppt B. .rtf C. .doc D. .odt
Answer:
ppt
Explanation:
ppt is a PowerPoint document
Extra Notes:
rtf: Rich Text Format
odt: Open Doc Text
doc: Microsoft Word File (Compatibility File) .docx is newer standard