Enter five test scores and then print the average test score

Assignment Help Computer Engineering
Reference no: EM132211302

Question :

Write a program that prompts the user to enter five test scores and then print the average test score to the screen.

(Assume that the test scores are decimal numbers). Use the following 5 numbers: 10.5 5.5 20.0 10.0 5.5.

I am having trouble understanding where the 5 values are entered in the program.

The program has been provided:

Program to enter and calc avg of 5 test scores then display result to screen

#include <iostream>
#include <iomanip>

using namespace std;

int main()
{
double testScore1;
double testScore2;
double testScore3;
double testScore4;
double testScore5;

cout << "Enter test score 1: ";
cin >> testScore1;
cout << endl;

cout << "Enter test score 2: ";
cin >> testScore2;
cout << endl;

cout << "Enter test score 3: ";
cin >> testScore3;
cout << endl;

cout << "Enter test score 4: ";
cin >> testScore4;
cout << endl;

cout << "Enter test score 5: ";
cin >> testScore5;
cout << endl;

cout << "Average test score: " << (testScore1+testScore2+testScore3+testScore4+testScore5)/5 << endl;
cout << endl;

// when using Visual Studio, use the system/pause command to display the results of your program
// system("pause");


return 0;
}

Reference no: EM132211302

Questions Cloud

Most likely to be primarily governed by federal law : Which of the following is most likely to be primarily governed by federal law. The federal courts that hear appeals from the federal trial courts are called.
Prompt the user to input an integer between 0 and 35 : Write a program that prompts the user to input an integer between 0 and 35.
Find the number of words and returns the word count back : Write a program that prompts the user to enter a sentence (not exceeding the size 100) and after passing the sentence to a function.
The historical background of the affordable care act : What is the legislative history of the Affordable Care Act policy? What is the historical background of the Affordable Care Act?
Enter five test scores and then print the average test score : I am having trouble understanding where the 5 values are entered in the program. Enter five test scores and then print the average test score.
Consider the perspective of the customer : Consider the perspective of the customer-what communication strategies would you use in order to reduce fear and anxiety related to the merger for customers?
Write a program that prompts users for the amount of pennies : Use 2 value returning functions to convert the number of pennies 1)into dollars and 2) into cents. Use cin to get the input from the keyboard.
What leadership traits-styles-approach-communication tactic : What leadership traits, styles, approach(es), and communication tactic(s) can you associate with each leader/manager you selected?
How does sharing food establish and reproduce socialrelation : The anthropologist Maurice Bloch states, ‘In all societies, sharing food is a wayof establishing closeness, while, conversely, the refusal to share.

Reviews

Write a Review

Computer Engineering Questions & Answers

  What do you mean by the tip

"How to Use JavaScript to Liven up your Web site, how to protect users whose browsers will not load JavaScript. What is the tip? would Web site designers write JavaScript code so all browsers can use it? Why?

  Assuring the snmp security

Create an argument for modifying to the other version or staying with v1 and forming the essential modifications to assure the SNMP security the v1 requires.

  List the two variations used in stream ciphers

Distinguish between a synchronous and a non-synch nous stream cipher. Define a feedback shift register and list the two variations used in stream ciphers.

  Create a class named car that has year property

Create a class named Car that has the following properties: The Year property holds the car's year model. The Make property holds the make of the car.

  Prompt user to enter five numbers being five peoples weights

Prompt the user to enter five numbers, being five people's weights. Store numbers in an array of doubles. Output the array's numbers on one line, each number.

  Write an applet that draws some balloons tied to strings

Write an applet that draws the Olympic logo. The circles in the logo should be colored, from left to right, blue, yellow, black, green, and red.

  Write a sql query that will produce available information

Write a SQL query that will produce all available information about ships, including that information available in the Classes relation.

  Determine the hash addresses

Determine the hash addresses and find how many collisions occur when these keys are reduced by applying the operation % hash_size.

  Write a function revdict that takes a dictionary d

Write a function revdict that takes a dictionary D and returns a dictionary R that reverses D by mak- ing the keys into values and the values into keys.

  How were the problems with the system missed

How were the problems with the system missed? How might these problems have been foreseen and possibly avoided? In perfect hindsight, given the widespread availability of such systems on the Internet today, what should the company have done?

  Develop the abstract rtn for the x or command

Develop the abstract RTN for the x or command. Write concrete RTN step and control sequences for the brl instruction implemented in the I-bus microarchitecture.

  Plot the average lengths versus m

(a) For a binary source with probabilities P(0) = 0.9, P(l) = 0.1, design a Huffman code for the source obtained by blocking m bits together, m = 1, 2, . . ., 8. Plot the average lengths versus m. Comment on your result.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd