Hi all,
With the code I've written so far, it is able to add subtract, and separate functions from either input or being read from txt files. I was able to do this by using if statements within a while loop reading ints and chars. Now I'm trying to make it so that it can read squares based on if a number is written x^ (i.e. 5^ = 25). I'm not really sure where to go from here, and any advice on how to approach would be greatly appreciated!