Question: Java question 1. Which of the following are valid array declarations? If it is not valid write a valid statement. (2 pts) a. char [26]
1. Which of the following are valid array declarations? If it is not valid write a valid statement. (2 pts) a. char [26] charArray-new char [26] b. int[10] words-new int[1; c. char [ charArray "Computer Science"; d. double[] nums 3.5, 35.1, 32.0)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
