The following two arrays string dept Name[3] = {"Manufacturing", "Sales", "Business Office"); double dept Budget[3] = {200000.0, 60000.0, 50000.0}; are an example of ________ arrays.
A) two-dimensional
B) paired
C) linked
D) parallel
E) brother
D) parallel
You might also like to view...
Which of the following is NOT true in regard to calculating physical volume?
A) The basic formula for calculating volume is length*width*depth. B) If the item is not a perfect rectangle, take the average width and length. For example, if the object is 6 inches at its widest point and 2 inches at its narrowest point, use 4 inches for the width. C) If you are wrapping the item in bubble wrap, take your measurements before it is wrapped. D) If you take your measurements in inches, your final calculation will be in cubic inches. If you take them in centimeters, your final calculation will be in cubic centimeters, and so on.
Which function would you use if you wanted to count the number of values, but ignore cells that have text or are empty?
A) COUNTVALUES B) COUNTA C) COUNTBLANK D) COUNT