Answer:
im sorry i dont understand
Explanation:
give instructions in both text and audio formats
<span>True
</span><span>There is an increasing need for private security personnel because of declining resources for many government agencies and a shortage of police officers in many communities due to lack of funding.
</span>
Answer:
number = int(input("Enter a number: "))
sum = number
c = 1
while (sum<=100):
number = int(input("Enter a number: "))
sum = sum + number
c = c + 1
print("Sum: " + str(sum))
print("Numbers Entered: " + str(c))
Explanation:
Hope this helps lovely :)