string a = "AMAZON"; char b= a.charAt(5);
Answers
Answered by
0
Answer:
please insert AMAZON
at code is 453
Explanation:
please Mark me in brain list
Answered by
0
This program prints the 6th character in the string that is N,
because the counting of index in a computer always commences from 0.
Similar questions