Course Solutions Uncategorized (Solved) : 1 Following Valid Array Declarations Valid Write Valid Statement 2 Pts Char 26 Chararray Q28095056 . . . .

(Solved) : 1 Following Valid Array Declarations Valid Write Valid Statement 2 Pts Char 26 Chararray Q28095056 . . . .

 

1. Which of the following are valid array declarations? If it isnot valid write a valid statement. (2 pts)

a. char[26] charArray = new char[26];b. int[10] words = new int[];c. char[] charArray = “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(String[] args) { int[] x = new int[10]; for (int i = 0; i < x.length; i++) { x[i] = i + 2;} } } System.out.println(x[i]);

3. Write a method that takes an array of Strings as a parameterand the

OR

PayPal Gateway not configured

OR

PayPal Gateway not configured

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post