OK I am wondering Can you make a variable hold an operator.
Such as say +, -, / etc...
And if so can that variable be used to replace an operator in an equation?
for instance
char a = "+";
int b = (2 a 3);
thoguh that doesn't work itself i think it conveys what i am looking for.