public static void Main()
string str = Console.ReadLine();
for (int i = 0; i < str.Length; i++)
Console.WriteLine("The nuber of times that you have A in your string is:" + "" + countA );
Console.WriteLine("The nuber of times that you have B in your string is:" + "" + countB );
Console.WriteLine("The nuber of times that you have C in your string is:" + "" + countC );
Console.WriteLine("The nuber of times that you have D in your string is:" + "" + countD );