Question test for code Question 1 Question 2 Question 1 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) Next