User: AndyP2609

  • Public profile

User profile: AndyP2609

User info
User name:AndyP2609
Name:Andy Partridge
Location:Salisbury
Bio:Worked in programming, mostly in C, for nearly 20 years
History
Joined:
Number of posts:5
Latest posts:

using cin.ignore() correctly
Alternatively try using do{) while( condition ); instead of while {}. This ensures that you process...

simple loop to compare numbers
If you check out your original code, you had > instead of < for the smallest/second smallest compari...

using cin.ignore() correctly
Have you tried just resetting the relevant selection variables after the while loops?

errors
Closing 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