Write a program that reads and calculates the sum of an unspecified number of integers. These integers are provided by user using “cin”. Use the following numbers for user input:10, 20,30,5,4,8,40,33,22,11... Keep reading these numbers until the sum reaches or exceeds 100. Your results should indicate:1)The last number that was readbefore loop ends.2)The last sum that program detected (when it reached or exceeded 100)

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section4.3: Nested If Statements
Problem 7E
icon
Related questions
Question
 
C++
 
Write a program that reads and calculates the sum of an unspecified number of integers. These integers are provided by user using “cin”. Use the following numbers for user input:10, 20,30,5,4,8,40,33,22,11... Keep reading these numbers until the sum reaches or exceeds 100. Your results should indicate:1)The last number that was readbefore loop ends.2)The last sum that program detected (when it reached or exceeded 100)
 
 
 
 
 
 
 
NOTE: use while loop until you get to “sum greater than or equal 100”Your answer should clearly show the input numbers and the output result
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 1 images

Blurred answer
Knowledge Booster
Mathematical functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr