Question: C++ ONLY Prompt the user to type in a sequence of positive integers, separate each one with a space, then type in -1 to indicate

C++ ONLY

Prompt the user to type in a sequence of positive integers, separate each one with a space, then type in -1 to indicate the end of the input. Your program must display the smallest number and the sum of all numbers less than the first number.

Sample run 1:

Please give me some positive integers, type in -1 to end input: 1 2 5 4 8 -1 The smallest number: 1 Sum of all numbers less than the first number: 0

Sample run 2:

Please give me some positive integers, type in -1 to end input: 99 45 2 10 3 31 -1 The smallest number: 2 Sum of all numbers less than the first number: 91

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!