Help with a simple counter project

Hello guys, I must admit that I have no idea how to complete this task at hand. I am stuck taking this class even though it is not my major and I am completely lost. I would appreciate any and all help but I understand if you cannot. I am an image designer and maybe I can return the favor.

What I need :
Simple c++ program to accomplish the following

- Ask user to enter numbers ( Entering 0 stops the collection displays result

The output displays ::: The sum of numbers entered
The output displays ::: The number of numbers entered
The output displays ::: Whether the total is GREATER or LESSer than 100


Example :

(System) Please Enter A Number - Entering 0 will stop the collection -
(User) : 9
(User) : 2
(User) : 1
(User) : 0

The sum of the numbers entered is : 11
The number of inputs entered are : 3
The value is : Less than 100

The only tricky part i think would be getting the counter to not include 0 in the "number of numbers entered"
Topic archived. No new replies allowed.