Write a program to input 5 numbers from keyboard and find their sum and average. The program should allow user to continue to use the calculator with choice of Y or X to exit.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 13E
icon
Related questions
icon
Concept explainers
Question
8. Write a program to input 5 numbers from keyboard and find their sum and average. The
program should allow user to continue to use the calculator with choice of Y or X to exit.
Sample input:
Input 5 integer numbers
Integer 1: 6
Integer 2: 4
Integer 3: 6
Integer 4: 8
Integer 5: 15
The sum of 5 number is : 39
The Average is : 7.0
Do you want to continue?
Press Y to continue
Press X to exit
Your choice [Y / X] :Y
Input 5 integer numbers
Integer 1: 5
Integer 2: 9
Integer 3: 15
Integer 4: 23
Integer 5: 45
The sum of 5 number is : 136
The Average is : 27.0
Do you want to continue?
Press Y to continue
Press X to exit
Your choice [Y / X] :
Transcribed Image Text:8. Write a program to input 5 numbers from keyboard and find their sum and average. The program should allow user to continue to use the calculator with choice of Y or X to exit. Sample input: Input 5 integer numbers Integer 1: 6 Integer 2: 4 Integer 3: 6 Integer 4: 8 Integer 5: 15 The sum of 5 number is : 39 The Average is : 7.0 Do you want to continue? Press Y to continue Press X to exit Your choice [Y / X] :Y Input 5 integer numbers Integer 1: 5 Integer 2: 9 Integer 3: 15 Integer 4: 23 Integer 5: 45 The sum of 5 number is : 136 The Average is : 27.0 Do you want to continue? Press Y to continue Press X to exit Your choice [Y / X] :
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Follow-up Questions
Read through expert solutions to related follow-up questions below.
Follow-up Question

These is java question

8. Write a program to input 5 numbers from keyboard and find their sum and average. The
program should allow user to continue to use the calculator with choice of Y or X to exit.
Sample input:
Input 5 integer numbers
Integer 1: 6
Integer 2: 4
Integer 3: 6
Integer 4: 8
Integer 5: 15
The sum of 5 number is : 39
The Average is : 7.0
Do you want to continue?
Press Y to continue
Press X to exit
Your choice [Y / X] :Y
Input 5 integer numbers
Integer 1: 5
Integer 2: 9
Integer 3: 15
Integer 4: 23
Integer 5: 45
The sum of 5 number is : 136
The Average is : 27.0
Do you want to continue?
Press Y to continue
Press X to exit
Your choice [Y / X] :
Transcribed Image Text:8. Write a program to input 5 numbers from keyboard and find their sum and average. The program should allow user to continue to use the calculator with choice of Y or X to exit. Sample input: Input 5 integer numbers Integer 1: 6 Integer 2: 4 Integer 3: 6 Integer 4: 8 Integer 5: 15 The sum of 5 number is : 39 The Average is : 7.0 Do you want to continue? Press Y to continue Press X to exit Your choice [Y / X] :Y Input 5 integer numbers Integer 1: 5 Integer 2: 9 Integer 3: 15 Integer 4: 23 Integer 5: 45 The sum of 5 number is : 136 The Average is : 27.0 Do you want to continue? Press Y to continue Press X to exit Your choice [Y / X] :
Solution
Bartleby Expert
SEE SOLUTION
Knowledge Booster
Operators
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