Answer:
B. Crashing is not possible unless there are multiple critical tasks.
Answer:
B is the best answer.
Explanation:
All other options listed are related to a program but B beast answers the question.
In your example, you're asking the user for a number and then you're setting total and nums equal to zero. This results in your first number being ignored by the program. I included the complete working code below:
num = int(input("Enter a number: "))
total = num
nums = 1
while (total <= 100):
num = int(input("Enter a number: "))
nums = nums + 1
total = total + num
print("Sum: "+str(total))
print("Numbers Entered: "+str(nums))
I hope this helps!
I would think its the "<span>requirements analysis" phase.
Because the </span>requirements analysis<span>,</span><span> is the process of determining user expectations for a new or modified product.</span>
Im not 100% but Im pretty sure the answer is A. Hard hats
Hope this helps :)