0
What is the code for following output ? In description I write output.
Enter a string:hello h* e* l** o*
2 Antworten
+ 4
Why don't you give it a try by yourself first ?? Follow the community guidelines.
https://www.sololearn.com/discuss/1316935/?ref=app
+ 2
Based on the output, you need to check how many times each character occurs in the string and print asterisks based on the number of occurences of each character.