Hey there guys, just trying to figure out why my code is not working as it should. The end goal is for the user to be able to use -1 as a sentinel which will break my do-while loop. Then it is supposed to load a small table displaying the total number of people who were surveyed and how many times an option was selected (counter). The compiler does not read any errors, but when I use the sentinel (-1) it just asks me if I want to answer again and does not display anything.