Hi Sirs / Mam.
I am new to Haskell. I am testing out few things which I learnt.
I was trying to find an average of the following list. And I don’t know how to do it. Kindly help.
type StudentRate = ( String , Int )
If I use this [StudentRate] as a list , how to find the average of the INt value.