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

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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