I really do appreciate your responses, Jim. I can't thank you enough. If I haven't exhausted your patience, I'd like to share what my textbook taught and what the quiz question should really be taking into account. The following three quotations are what I was taught throughout the text (among other things, of course).
"There are eight primitive data types: four subsets of integers, two subsets of floating point numbers, a character data type, and a boolean data type."
"There are four integer data types (byte, short, int, and long)."
"All values stored in an array have the same type (or are at least compatible)."
___
Is there only one way to answer the true/false question if one has in mind the short and byte? Or would you say that there is ambiguity when thinking about bytes and shorts—about "compatible" types?
"An array declared as an int can contain elements of different primitive types. T/F?