4. Write a program that calculates the total of all the input numbers. a) Request a number from the console input. b) Infinitely repeat the request until 575 is entered. c) Sum all entered numbers (aside from the sentinel value (575)). d) Output the sum to console. User input can be any content and it's bold and italicized for clarity. Example Output Enter a number or enter 575 to stop entering values: 1 entering values: 2 entering values: 3.3 Enter a number or enter 575 to stop Enter a number or enter 575 to stop Enter a number or enter 575 to stop entering values: -5.75 Enter a number or enter 575 to stop entering values: 575 Sum = 0.55

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

please code in c++

### Task 4: Write a Program to Calculate the Total of All Input Numbers

1. **Objectives:**
    - Create a program that sums a series of numbers entered by the user.
    - Continuously request numbers from the user until a specific value (575) is entered.
    - Exclude the sentinel value (575) from the sum.
    - Display the sum of the entered numbers.

2. **Instructions:**
    a) Request a number from the console input.
    b) Infinitely repeat the request until the number 575 is entered.
    c) Sum all entered numbers (excluding the sentinel value 575).
    d) Output the sum to the console.

    **Note:** User input can be any content and it’s *bold and italicized for clarity*.

3. **Example Output:**

    ```
    Enter a number or enter 575 to stop entering values: 1
    Enter a number or enter 575 to stop entering values: 2
    Enter a number or enter 575 to stop entering values: 3.3
    Enter a number or enter 575 to stop entering values: -5.75
    Enter a number or enter 575 to stop entering values: 575

    Sum = 0.55
    ```

In this example, the user enters the numbers 1, 2, 3.3, and -5.75. Upon entering 575, the input process stops and the program calculates and displays the sum of the entered numbers (excluding 575), which is 0.55.
Transcribed Image Text:### Task 4: Write a Program to Calculate the Total of All Input Numbers 1. **Objectives:** - Create a program that sums a series of numbers entered by the user. - Continuously request numbers from the user until a specific value (575) is entered. - Exclude the sentinel value (575) from the sum. - Display the sum of the entered numbers. 2. **Instructions:** a) Request a number from the console input. b) Infinitely repeat the request until the number 575 is entered. c) Sum all entered numbers (excluding the sentinel value 575). d) Output the sum to the console. **Note:** User input can be any content and it’s *bold and italicized for clarity*. 3. **Example Output:** ``` Enter a number or enter 575 to stop entering values: 1 Enter a number or enter 575 to stop entering values: 2 Enter a number or enter 575 to stop entering values: 3.3 Enter a number or enter 575 to stop entering values: -5.75 Enter a number or enter 575 to stop entering values: 575 Sum = 0.55 ``` In this example, the user enters the numbers 1, 2, 3.3, and -5.75. Upon entering 575, the input process stops and the program calculates and displays the sum of the entered numbers (excluding 575), which is 0.55.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY