The printHighestFrequency() function is used to find the highest frequency character in string.In the main() function, we read a string from the user and called the printHighestFrequency() function and printed the highest frequency character in the string on the console screen....