Imagine you’re building a Java program that needs to store multiple test scores. You could create a separate variable for each score, but what if you had 100 scores? Declaring 100 different variables would be messy and inefficient. This is where arra...