On Saturday, February 27, 2021 at 10:07:50 PM UTC-5 Kurtis Rader wrote:
> This mailing list is not your free resource for doing homework on your > behalf. For $10_000 USD I will provide a solution. Otherwise, please go > away and ponder if employment as a ditch digger isn't better suited to your > skills. > > Kurtis, There is no need to be nasty about it. This forum has a code of conduct. Please follow the Go Community Code of Conduct <https://golang.org/conduct> while posting here. In short: - Treat everyone with respect and kindness. - Be thoughtful in how you communicate. - Don’t be destructive or inflammatory. Peter On Sat, Feb 27, 2021 at 7:02 PM Vignesh Kumar <vines...@gmail.com> wrote: > >> Hello all, >> >> Thanks in advance. Please help me to finish this assignments. >> >> Write a program which will accept a string. This program should output >> all the characters and number of their occurrences, in order of their >> occurrences. So that, character appearing most number of times should be >> printed first and characters appearing least number of times (i.e. 1 time) >> should appear at the last. Capital and small characters should be >> considered as same. Only spaces in the input string should not be counted. >> >> Example: Input string is "Hello there", it should output: e: 3, h: 2, l: >> 2, o:1, i: 1, t : 1, r: 1 * >> >> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "golang-nuts" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to golang-nuts...@googlegroups.com. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/golang-nuts/b608f1a5-d833-4bf1-b954-61598e30f808n%40googlegroups.com >> >> <https://groups.google.com/d/msgid/golang-nuts/b608f1a5-d833-4bf1-b954-61598e30f808n%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > > > -- > Kurtis Rader > Caretaker of the exceptional canines Junior and Hank > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/84c5958b-52db-4e47-8ab3-71c3af79e890n%40googlegroups.com.