subject
Mathematics, 30.10.2019 05:31 bricksaspares

Average test scores while loop create a console app that uses a while loop to calculate the average of 3 test scores. input integers, but use the appropriate average data type. generally, you use a while to do something while a condition is true. you can use a while loop to execute a certain number of times. *while* this is not the best use of the while loop and another loop is generally more appropriate, it follows the pattern below set a counter to 0 or 1 set a sum variable to 0 set a total variable to 3 while the counter is less the total (or less than or equal to, depending on if you started at 0 or 1) { write message asking for input read input parse to a number increment counter } calculate average print average with 2 decimal points precision*

ansver
Answers: 3

Another question on Mathematics

question
Mathematics, 21.06.2019 20:00
The function f(x) = 14,600(1.1)* represents the population of a town x years after it was established. what was the original population of the town?
Answers: 1
question
Mathematics, 21.06.2019 22:00
Benjamin is making bow ties. how many 1/2yards lomg bow ties can he make if he has 18 feet of fabric?
Answers: 2
question
Mathematics, 21.06.2019 23:00
Graph the system of equations. {6xβˆ’4y=βˆ’244xβˆ’8y=βˆ’32 use the line tool to graph the lines.
Answers: 1
question
Mathematics, 22.06.2019 00:30
What is the mean of the data set 125, 141, 213, 155, 281
Answers: 2
You know the right answer?
Average test scores while loop create a console app that uses a while loop to calculate the average...
Questions
Questions on the website: 13722359