So this is what i’m trying to do. I have a string alphaCode, and what i simply want to do is increase from letter A to letter B. I did a way that assigned each letter an int and then did int++, but i’m assuming there has to be a better way.
string alphaCode = "a"
result = "b"
Assert is there just to communicate intentions – i.e. that I did understand your requirements right. It is even somewhat redundant.