07A-2017
ICSE2017
Problem Statement - string array basics
String x[] = {“SAMSUNG”, “NOKIA”, “SONY” , “MICROMAX”, “BLACKBERRY”};
Give the output of the following statements:
i) System.out.println(x[1]);
ii) System.out.println(x[3].length());
Solution
sunmitra| Created: 28-Mar-2018 | Updated: 26-Nov-2019|ICSE2017