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.
|
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.
|