Hey im wondering how to turn this into a for loop, so I don't have to copy this 26 times for each letter of the alphabet:
count[1] = str.Split('A').Length - 1;
Console.WriteLine("A comes up x " + count[1]);
count is a blank integer array that takes 26 values, that represent the amount of times a letter of the alphabet is in string str, stored in a string array called letters