[Solved] Average of String Contest Problem
![[Solved] Average of String Contest Problem [Solved] Average of String Contest Problem](https://realcoder.techss24.com/wp-content/uploads/2022/06/Solved-Average-of-String-Contest-Problem.png)
Average of String: You are given a string S. You need to find the floor of average of the string.Average of string is given by AVG=(sum of ASCII values of all characters)/(length of string) Average of String Contest Input:The first…