I would like to know is possible to create arrays as user requires. For example
- I ask the user "Do you want coffee" 2.if the user say yes and i create a array of coffee object. .....
- I ask the user "Do you want to have another coffee"?
- if user say yes than i create another array of coffee class if not i dont create.
Is this achieveable or must i create a fixed number of array?