Question: Create a package named string_array and write a program that creates an array of Strings with the name of firstNames. Fill the array with the
Create a package named string_array and write a program that creates an array of Strings with the name of "firstNames".
Fill the array with the names(in this order): "George", "Fred", "Sam", "Mary", "Sarah", "Bella", "Joy", "Rita", "Marta", "Sue", "Nancy"
Print the values of the firstNames array backwards. In otherwords, your output should be: Nancy Sue Marta Rita Joy Bella Sarah Mary Sam Fred George
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
