Hello All, I'm new to very new Java and just learning the concepts structure of the Java language and need help with Arrays. In reading about Arrays, I've notice that most books do a good job at explaining the format to declare an array but don't do a good job at describing a situation where you would use a Java Arrays. Meaning I understand that Java Arrays can be seen as a cup that hold a value and that's great, I get the concept, but DONT understand where I would use arrays to manipulate/organize data. If anyone can help me to understand or explain a situation where Array's would be used in designing a program. Thank you in advance for your knowledge.