Computer Science, asked by T4Talent, 1 year ago

e) 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());

Answers

Answered by tiara5
20

Ans. i) NOKIA
ii) “MICROMAX”.length() = 8
Answered by ASK36
18
1) Nokia
2) micro max length is 8
hope it helps
please mark as brainliest
Similar questions