Answer:
b. When an array is created, the number of elements must be placed in square brackets following the type of element being stored.
Explanation:
In Java an uninitialized array contains null values. Thus statement c is true as well.
Also generally for initializing and displaying array elements a for loop is used. Hence statement d is also correct.
In Java syntax for declaring an array is as follows:
Array declaration:
type [] array_name ;
Array instantiation(memory allocation):
type [] array_name = new array_name [size of array];
From the above it can be seen that the statement a is true and statement b is false as number of elements in array are not mentioned after the type.
Hence the correct answer is b.
Answer:
Answer for this question is D
Explanation:
Help flies
Answer:
A code of ethics and professional conduct outlines the ethical principles that govern decisions and behavior at a company or organization. They give general outlines of how employees should behave, as well as specific guidance for handling issues like harassment, safety, and conflicts of interest.
Answer:
Evidence based decision-making
Explanation:
Evidence-based decision-making uses research as the backbone for making decisions. It ensures that proper investigations are done before any decision is made.
This decision making technique carries out an in-depth analysis of empirical data collected from targeted sources. The decisions made are based on the following type of evidence:
- Ethical evidence: research based on social justice to guide in making ethical decisions.
- Statistical modeling: using regression methods to make decisions in organizations.
- Impact evidence: making investigations based on the impact on others.
- Implementation evidence: considering the implementation and delivery success, after proper investigation.
L.L. Bean works with the records of how quick customers make decisions and whether they complete their purchase. This means that they suggest solutions based on the evidence retrieved from the data.
Answer:20*i
Explanation:
Because the size will expand as its being written out to then have i