Answer:
public class GetInfo{
Beverage[] beverages=new Beverage[100];
int i=0;
GetInfo(Beverage b){
beverages[i]=b;
i++;
}
public void Display(){
for(int i=0;i<beverages.length;i++)
cout<<beverage[i].tostring();
}
Explanation:
we are taking Beverages array to store all values and in constructor we are adding that to the list and Display() function prints the vale
Answer:
Confidence. Norm
Explanation:
Confidence.Norm is an Excel function that uses a normal distribution to calculate the confidence value that can be used to calculate the confidence interval for a population mean,for a supplied probability and sample size. It is assumed that the standard deviation of the population is known.
So Confidence.Norm is the right formula to use here as the standard deviation has been given.
Answer: I already answered this question here:
At right angles to each other would be the answer youre loking for.Hope this helps!!