index of can we have a char data type inside function parameters? code example
Example: certain position in string
String anotherPalindrome = "Niagara. O roar again!";
char aChar = anotherPalindrome.charAt(9);
String anotherPalindrome = "Niagara. O roar again!";
char aChar = anotherPalindrome.charAt(9);