It is a programmer's responsibility to contribute to society and human well-being is true.
Explanation:
- It is a programmer's responsibility to contribute to society and human well-being is true.
 - The Association for Computing Machinery (ACM) is known as  the world's largest educational and scientific computing society. 
 - It has its own Code of Ethics and another set of ethical principles which were also approved by the IEEE as the known standards of teaching and practicing software engineering.
 - Programmers contribute to develop computer systems which can reduce negative impression to the society.
 - The negativity includes as threats to safety and health, which can be reduced and make everyday activities and work easier.
 - software developers should reduce the risk of harming others due to the coding errors or the security issues which could impact human well-being.
 
 
        
             
        
        
        
Answer:
sum average and count is the answer
 
        
             
        
        
        
The private modifier specifies that only other members of the same class can access the member. The protected modifier restricts access to the member to within its own package.
<h3>What are public and private modifiers?</h3>
The public access modifier permits code from both inside and outside the class to access the class's methods and properties, whereas the private modifier prevents outside code from accessing the class's methods and properties.
Thus,  private modifier is the member.
For more details about private modifier, click here
brainly.com/question/15108837
#SPJ1
 
        
             
        
        
        
Answer:
In cell B6, formula =INDEX(INDIRECT($B$3),A6)
CallCenter Worksheet Details:
The image of the CallCenter Report worksheet for reference to the question asked is attached below.
Explanation:
Firtsly, an absolute reference in Excel refers to a reference that is "locked" so that rows and columns won't change when copied. To do this,we put a $ dollar sign ( =A$1,) before the row coordinate to lock only the row.
A relative reference in Excel is a cell address without the $ sign in the row and column coordinates example A1.
Having known what absolute and relative reference are, we wlil write the below formula in cell B6 that will later be copied to cell B9: 
: =INDEX(INDIRECT($B$3),A6)