Counter-controlled while loop lab

Assignment Help C/C++ Programming
Reference no: EM132432239

Counter-Controlled While Loop Lab

Write a program that does the following:

  • Prompts the user for the number of grades they wish to enter.
  • Computes a running total of the grades entered. You will need to initialize this variable to zero when you declare it.
  • Calculates the average of the grades entered.
  • Test to make sure the average is not computed if the number of grades is zero.
  • Prints out one of the following:
  • A message stating the average of the grades entered.
  • An error message stating that the number of grades must be greater than zero.

Include the following:

0. If the User enters a zero or less for the number of grades then print out an error message stating that the number of grades must be greater than zero.

1. Initialize the counter to either zero or one before the while loop begins.

2. Use a counter controlled while loop that uses the number of grades entered by the User as the maximum number of loops executed. 

a. If you initialized your counter to zero you will want the loop to continue as long as your counter is less than the number of grades. 

b. If you initialized your counter to one you will want the loop to continue as long as your counter is less than or equal to the number of grades.

3. Within the body of the loop:

a. Prompts the User for the next grade.

b. Compute a running total of these grades as they are entered.

4. After the While Loop is done executing, compute the average of all the grades entered. Remember to check to make sure you don't perform a division by zero.

5. Include all Prologue information.

6. Include an initial algorithm.

7. Include a refined algorithm.

Reference no: EM132432239

Questions Cloud

Management of memory and the data it holds : Just as arrays allow us to have one variable to access more than one value, how do pointers expand this functionality aside from arrays also being pointers?
What is the minimum taxable income : Computer Ltd. generated the following data for its December 31, 2018 taxation year: Capital Gains $35,000. What is the minimum taxable income
How would you approach figuring out your breakeven point : Recently a friend of mine set up small psychologist practice. How would you approach figuring out your breakeven point? What would you include in variable costs
Draw the flow chart and pseudo code for a program : Draw the flow chart and pseudo code for a program needed by Hometown Bank. The program determines a monthly checking account fee.
Counter-controlled while loop lab : Prompts the user for the number of grades they wish to enter. Computes a running total of the grades entered. You will need to initialize this variable to zero
Determine the Times Interest Earned Ratio : For the FY 2018, Frederick Company had net sales of $1,100,000 and net income of $75,000, Determine the Times Interest Earned Ratio
Major Social Forces at Work Assignment : Major Social Forces at Work Assignment help and solutions:- Describe at least three of the major social forces that impact work organizations
Develop a program that calculates final score : Develop a program that calculates final score and average score for a student from his/her (1)class participation, (2) test, (3) assignment
Explore applicable concepts within abstract algebra : Examine set theory and functions applicable to software engineering and Investigate solutions to problem situations using the application of Boolean algebra.

Reviews

Write a Review

C/C++ Programming Questions & Answers

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

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