Question: Part 1: Written Exercises (7 points) Note: The answers to the following questions should be typed in the block of comments in the Assignemnt7.java file.

Part 1: Written Exercises (7 points) Note: The answers to the following questions should be typed in the block of comments in the Assignemnt7.java file. Please make sure they're commented out (green). Type them neatly and make them easy to read for the graders. You will not receive any partial points for an incorrect answer. 1. Which of the following are valid array declarations? If it is not valid write a valid statement. (2 pts) a. char [26] charArraynew char [26] b. int [10] words = new int[]; c. char[] charAr ray= "Computer Science"; d. double [ ] nums {3.5, 35.1, 32.0}; 2. Write the output of the following code: (2 pts) public class Hw7 public static void main(Stringl] args) intx-new int[10] for (int i-0 i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
