That program is known as Outlook. It ships with Microsoft Office and is an email program.
The answer to this question is the Mainframe Computer.
Mainframe computers are used by large businesses, and government agencies
because this computer can store large data and information. Mainframe basically
known as a large cabinet because of its size and the frame stores the Central
processing unit of the computer.
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:
len()function:
Explanation:
that's for python btw
i also know java if you want a java version