For this program, when I have only one variable array (i.e. receipt listing the price only without the names), the program runs fine. However, when I try to add a second variable array (include the name of the item and the price), the program produces no errors but doesn't run correctly. I can't seem to figure out how to get two variable arrays set up the right way.