Question: Question 5 Choose the correct statement among the above: char s =firstName charAt(3); char s =firstName.charAt(3); String s =firstName.charAt(3); String s =firstName.charAt(3)
Question 5 Choose the correct statement among the above: char s =firstName charAt(3); char s =firstName.charAt("3"); String s =firstName.charAt("3"); String s =firstName.charAt(3)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
