I am generating random characters (A-Z) and I am trying to figure out how to count the amount of times each character appears. I believe what I need to do is put the generated letters into an array but I am not sure how to do that and then I am not sure where to go after that. Any help would be appreciated!!