Answer:
Hospices
Explanation:
A/An <u>Hospices</u> is operated on the principle that the dying have special needs and wants that hospital personnel are too busy to handle.
Answer:

Explanation:
Given

Required
Determine 
implies 10th percentile and this is calculated as thus

Where n is the number of data; n = 14

Substitute 14 for n


Open the bracket



This means that the 1.5th item is 
And this falls between the 1st and 2nd item and is calculated as thus;

Express 1.5 as 1 + 0.5


From the given data;
and 
becomes




Answer:
When the element is not found we return -1.
Explanation:
When we use binary search we use BinarySearch() method of an array or list type when the element is found we return the index of the element if found if the element is not found we return -1.
We can decode this value since it is less than 0 and the indexing of arrays and lists starts with 0 upto the size-1.So -1 index is not present in the array or list.We have to check if the index is < 0 then the element is not present in the array or list.
for ex:-
if(index<0)
{
System.out.println("Element is not present in the array");
}
I think Flexibility. Because when you are flexible you are able to manage things at anytime.