example of what i am trying to do:
i have a string that = "random" and i want to get just the 2nd letter in this string which in this particular scenario it is "a". How do i do this? Best in a for loop as i need to be able to go through every single letter and find/use each letter/number.