I want to go through these two lists: int[] nums = {1, 2, 3, 4, 5}; and: String[] signs = {"+", "-", "/", "*", "^
int[] nums = {1, 2, 3, 4, 5};
String[] signs = {"+", "-", "/", "*", "^