Question: 1. Give Java code examples of the following (2 x 5-10 points) a) Instantiate a two dimesional array of String type elements with 4 rows
1. Give Java code examples of the following (2 x 5-10 points) a) Instantiate a two dimesional array of String type elements with 4 rows and 3 columns. b) Output the fisrt character of the String at first row and second column of the two dimensional String array. c) Compare String S1 to String S2 where the case of the String should be ignored. d) Splitting String S1 at each comma and period (,'and '.') e) Generate a random integer between 1 and 10, inclusive of both numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
