I am trying to split the following expression into each array so that I can use the shunting yard algorithm to convert into postfix and evaluate later on. Here is the part o