If String x Computer String y Applications What do the following
63 Likes
4
x.charAt(4) returns the character at index 4 of string x which is 'u'. First index of 'u' in x is 4 so output is 4.
Answered By
31 Likes