MODULO
**str == TIMES || **str == DIVISION || **str == MODULO ||
else if (operator == MODULO)
if (**str != TIMES && **str != DIVISION && **str != MODULO &&
while(**str == TIMES || **str == DIVISION || **str == MODULO)
else if (op == MODULO)