Hey;
Say my variable string 'a' contained
"A b c d e f g h i j k l m n o p q r s t u v w x y z"
thats the string; spaces included.
I wonna see how many times a certain letter shows up; say 'j'
how would i compare the two strings(pretend they were both strings instead of letters) how would i compare the two strings and seperate each letter in string a into different "words" / figure out how to do this?
Say my variable string 'a' contained
"A b c d e f g h i j k l m n o p q r s t u v w x y z"
thats the string; spaces included.
I wonna see how many times a certain letter shows up; say 'j'
how would i compare the two strings(pretend they were both strings instead of letters) how would i compare the two strings and seperate each letter in string a into different "words" / figure out how to do this?















