"PROGRAM C"   4. Gathering Positivity by CodeChum Admin I always want to look at the positive side of things, so I decide to seriously look at positive numbers, too!   Will you code along with me?   Instructions: Using the do…while() loop, continuously scan for integers, but add up only all the positive integers and store the total in one variable. The loop shall only be terminated when the inputted integer is zero. Afterwards, print out the total of all inputted positive integers. Input 1. A series of integers Output The first multiple lines will contain message prompts to input the integers. The last line contains the total of all positive integers inputted. Enter·n:·2 Enter·n:·3 Enter·n:·4 Enter·n:·-1 Enter·n:·-5 Enter·n:·1 Enter·n:·0 Total·of·all·positives·=·10

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter5: Looping
Section: Chapter Questions
Problem 7RQ
icon
Related questions
Question

"PROGRAM C"

 

4. Gathering Positivity

by CodeChum Admin

I always want to look at the positive side of things, so I decide to seriously look at positive numbers, too!

 

Will you code along with me?

 

Instructions:

  1. Using the do…while() loop, continuously scan for integers, but add up only all the positive integers and store the total in one variable.
  2. The loop shall only be terminated when the inputted integer is zero. Afterwards, print out the total of all inputted positive integers.

Input

1. A series of integers

Output

The first multiple lines will contain message prompts to input the integers. The last line contains the total of all positive integers inputted.

Enter·n:·2
Enter·n:·3
Enter·n:·4
Enter·n:·-1
Enter·n:·-5
Enter·n:·1
Enter·n:·0
Total·of·all·positives·=·10
 
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Types of Loop
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning