Good morning, it turns out that I must make an arrangement that can store both data as int, String, boolean and in turn any other type of object that is entered. I was using the ArrayList since it gives the option to save whatever it is in each of its positions, but it turns out that I have to do it using a conventional arrangement, I just do not know what type to do it, if an int or a String. The fact is that you will have to do a casting but I do not know how to do it so that you will keep whatever is in your positions. Thank you very much:)