C. Mantle would be correct
DNA replication is just making a copy of someone or somethings DNA
Answer:
The program in Python is as follows:
firstName = []
lastName = []
while True:
fName = input("First Name: ")
lName = input("Last Name: (Enter to quit): ")
if not lName:
break
firstName.append(fName)
lastName.append(lName)
for i in range(len(firstName)):
print(firstName[i] . lower()+"."+lastName[i] . lower()+" mycollege . edu")
Explanation:
See attachment for complete source file where comments are used as explanation
Answer:
C. USB
Explanation:
A USB Disk allows for a Backup of the PowerPoint file in case Jack needs it in the future.
Answer:
once your question is answered you get an option available on the bottom of the answer
<em>see attached</em>
and you click on<u> Mark as brainliest </u>