String s = “Welcome To Java”; s.length(); s.charAt(9);
What will be the output of the given code?
Reveal answer
Fill a bubble to check yourself
String s = “Welcome To Java”; s.length(); s.charAt(9);
What will be the output of the given code?