Computer Science, asked by baluramavath7874, 8 months ago

string a = "AMAZON"; char b= a.charAt(5);

Answers

Answered by kulkarninishant346
0

Answer:

please insert AMAZON

2

at code is 453

Explanation:

please Mark me in brain list

Answered by santhisiva2037
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