Currently I'm trying to create a very simple code that can simply just play a strategy game. There is an issue however; I can't seem to get the character comparison to work. Some help please?
while (nameTwo == "1")
that is my loop checking for if it is the number one in a string, then execute but it is not being read. Any help?