Question: 1. Which of the following are valid array declarations? If it is not valid write a valid statement. (2 pts) a. char[] charArray -new char

 1. Which of the following are valid array declarations? If it

1. Which of the following are valid array declarations? If it is not valid write a valid statement. (2 pts) a. char[] charArray -new char [26]; b. int [101 words-new int[ c. char[ letters-'a' , 'b','' d. double [3] nums -13.5, 35.1, 32.0 2. Write a method that takes an array of Strings as a parameter and the number of elements currently stored in the array, and returns a single String that is the concatenation of all Strings in the array. (2 pts) ese

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!