Question: User will enter 5 numbers and the program will display the 5 numbers, the sum, and average of the five numbers user enters 5 numbersin

 User will enter 5 numbers and the program will display the

User will enter 5 numbers and the program will display the 5 numbers, the sum, and average of the five numbers user enters 5 numbersin the range of -32768 to 32767 */ #include // required header file for input/output using namespace std; int main() { // necessary statements to implement the logic go here short numi, num2, num3, num4, num5, sum, avgi cout > num1 >> num2; cin >> num3 >> num4 >> num5; sum = num1+num2+num3+num4+num5; cout

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!