3.1 Write a Java program called PrintNames that will do the following:
1. Create String array called names[] which will hold 5 elements.
2. Populate the array with any 5 names 3. Output the names in the array using a loop structure​

Respuesta :