How do we use an array in java? 1. Write a complete Java program called Finder that declares an array of Strings of length 5 (call it names) and then populates the array with user input from the command line. Next, prompt the user f Write a program in Python...