If String n=”9984221564”; what will n.charAt(3) return *
Answers
Answered by
1
Returns:
'4'
Explanation:
As '4' is at index position 3 in the String variable named n.
Similar questions