Hey all!, I've made a class with will add fractions, but when I try to loop it in the driver code as shown below, it works great on the first iteration, but after that, it skips over the first input and all I can enter is the second fraction. for example on the second go-around, it will display
enter a fraction
enter another.
I would link the rest of the code, but its huge and annoying, and I believe (hope anyway) that the problem is here.