Question: Java: An array, letters, has been declared and initialized as follows: char [ ] letters = { 'A', 'B', 'A', 'C', 'E', 'D' }; What
Java: An array, letters, has been declared and initialized as follows: char [ ] letters = { 'A', 'B', 'A', 'C', 'E', 'D' }; What is the index of C? & What is the array element at index 1?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
