Highlight the row(20), then click on the insert cells button under the home ribbon.
it's either C or D I am pretty sure that the answer is D
In python:
total = 0
i = 0
while total <= 100:
number = int(input("Enter a number: "))
i += 1
total += number
print("Sum: {}".format(total))
print("Numbers Entered: {}".format(i))
Answer:
still need help with this if so lmk so o can help ya asap:)9