using cin.ignore() correctlyAlternatively try using do{) while( condition ); instead of while {}. This ensures that you process...
simple loop to compare numbersIf you check out your original code, you had > instead of < for the smallest/second smallest compari...
using cin.ignore() correctlyHave you tried just resetting the relevant selection variables after the while loops?
errorsClosing curly braces at start of main() function, meaning that all after it are not actually within ...
switch case movie age whats wrong with code? I have to agree with the previous comment. Too many variables are not initialised, so the outputMin...
This user does not accept Private Messages