hello,
I had a quick, and hopefully easy question.
I have a variable with a string in it, like
private String bla = "5+3*4";
what i was wondering... i want to take all the ints and put them in an int array, and all the operators and put them in an operator array.
something like that
