+ 1
Object
public class Program { public static void main(String[] args) { String[ ] myNames = new string ["B", "C", "D"] System.out.println(myNames[2]); } }
3 Answers
+ 7
+ 1
where is wrong happing
0
new String
'S' capital
public class Program { public static void main(String[] args) { String[ ] myNames = new string ["B", "C", "D"] System.out.println(myNames[2]); } }