Answer:
It responds to a specific set of instructions in a well-defined manner. It can execute a prerecorded list of instructions (a program).
It is actually podcast! i took the quiz as well :)
Answer:
Everything.It doesn't matter the information because there's always a way to plagiarize.No matter what the information, always, ALWAYS, cite the source.
Explanation:
nums = []
while True:
num = float(input("Enter a number: "))
if num <= 0:
break
nums.append(num)
print("The largest number entered was",max(nums))
I wrote my code in python 3.8. I hope this helps.