A program to print the average test score to the screen

Assignment Help Computer Engineering
Reference no: EM132211243

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:

#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: EM132211243

Questions Cloud

Important to formally evaluate and measure recruiting : Why is it important to formally evaluate and measure recruiting? What are some methods that can be used to evaluate recruiting?
Applications of business intelligence analytics : ITECH7406- Business Intelligence and Data Warehousing - review the applications of business intelligence analytics and Data Mining in different industry domains
Write a program in python to solve a linear system : Write a program in Python to solve a linear system of the form Ax = b by Gaussian elimination with scaled partial pivoting.
Discussing an ethical accounting issue : Prepare a written report discussing an ethical accounting issue. Student should select an article from accounting periodicals such as The CPA Journal.
A program to print the average test score to the screen : Write a program that prompts the user to enter five test scores and then print the average test score to the screen.
Targret supermarket complete the matrix : Targret Supermarket Complete the (Internal Factor Evaluation (IFE) Matrix with ten (10) strengths and ten (10) weaknesses.
What proportion of total assets is financed by owners : Complete a comprehensive analysis of Wal-Mart and Target for the most recent fiscal year, use Walmart 2018 annual report and Target 2017 closing annual report.
Current organizational chart for target supermarket : Find and/or construct and include a current organizational chart for Target supermarket.
Model theoretical elements-application of leadership style : Summarize the relationships between the model’s theoretical elements and the application of leadership style.

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