Write a function to find the highest occurrence character in the given string? function solve( a ){ //write your code here } Login to Submit
Input: "book" Output: "o"