Hi, Elle.
You can put different types in one array, of course, but this solution is not good and will bring you a lot of problems. For example you'll be forced to use "instanceof" every time when you get elements stored in this array in order to avoid ClassCastException.
There are...