Question: PLEASE USE JAVA LANGUAGE. Find the highest occurence from the string of characters inputted by the user. Use string manipulation but do not use toCharArray

PLEASE USE JAVA LANGUAGE. Find the highest occurence from the string of characters inputted by the user. Use string manipulation but do not use toCharArray The photo is for reference only regarding the code. Please do suggest an easier code.
stringManip.java > E stringManip > ( main(String[) impont java.util.*; public class stringmanip \{ Run | Debug public static void main(String[] args) [f Scanner scan = new Scanner (System.in); String userInput =" char highocc =;; int max=0; System.out.print(s: "Enter a string of characters: "); userInput = scan. nextline () ; int freq []= new int [20]; for (int i=0;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
