Hello, im very noob at this. This is a calculator i wrote that kind of works.
The thing i want to change is the 1,2,3,4 input to add,sub,mul,div. I have no idea how to make this work.
I had to steal the idea of 1,2,3,4 from another post because it wouldn't work with add,sub etc..
I have tried "if (answer == add)", does not work.
"add = 1", does not work.