Given the following array of characters:
char[] chars = { 'a', 'b', 'c', 'd', 'e' };
Select one loop which prints only two characters of the array.
Given the following array of characters:
char[] chars = { 'a', 'b', 'c', 'd', 'e' };
Select one loop which prints only two characters of the array.
Create a free account to access the full topic