Java please
Create a character array called arr and initialize its elements with characters a, b, c, d, e
a character array called arr and initialize its elements with characters a, b, c, d, e is
char arr[] = {'a','b','c','d','e'};

char arr[] = {'a','b','c','d','e'};
Java please Create a character array called arr and initialize its elements with characters a, b,...