Given the below input and ouput.
Input: String[] input: {“hello”, “world”};
Output: (Higher count should come before and natural order)
hello: l=2,e=1,h=1,o=1
World: d=1,l=1,o=1,r=1,w=1
(Use User Input)
[advanced_iframe securitykey=”undefined” src=”https://compile.kodnest.com/” width=”600″ height=”600″]