I am trying to figure out how to count how many times someone enters one of three letters so I can then display the count.
I am trying to do this in c# visual studio.
for example if someone has to register into a sport where R = running, C = cricket or B = boxing they enter a letter corresponding with the sport they are registering into, then the next person enters a letter for their sport and so on. how do i track the letters entered and display how many times each one has been entered.
thanks for any help I cant seem to find what im looking for anywhere,