subject

You are an intern at a local animal sanctuary. one of your tasks is to record how many pounds of bamboo the pandas consume daily for 10 days. write a program to calculate and print the average weight based on the data. before calculating the average, you decide to throw out the lowest and highest values. your program should do the following: declare and initialize the array with the recorded weights such as 43.1 determine the maximum and minimum values in the array compute the average of the array contents, excluding the maximum and minimum values print the values in the array, excluding the maximum and minimum values print the average complete your code below:

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 13:00
Write a program which asks you to enter a name in the form of first middle initial last. so you might enter for example samuel p. clemens. use getline to read in the string because it contains spaces. also, apparently the shift key on your keyboard doesn’t work, because you enter it all lower case. pass the string to a function which uses .find to locate the letters which need to be upper case and use toupper to convert those characters to uppercase. the revised string should then be returned to main in the form last, first mi where it will be displayed.
Answers: 1
question
Computers and Technology, 23.06.2019 09:00
What provides an array of buttons for quick access to commonly used commands and tools
Answers: 1
question
Computers and Technology, 23.06.2019 13:00
Donnie does not have powerpoint. which method would be best for elana to save and share her presentation as is? a pdf a doc an rtf a ppt
Answers: 3
question
Computers and Technology, 23.06.2019 19:30
What are loans to a company or government for a set amount of time
Answers: 1
You know the right answer?
You are an intern at a local animal sanctuary. one of your tasks is to record how many pounds of bam...
Questions
Questions on the website: 13722359