User: kingkong200

  • Public profile

User profile: kingkong200

User info
User name:kingkong200
History
Joined:
Number of posts:82
Latest posts:

Header and .cpp Files issues :/ HELP
Well first you don't need a cpp file for each function just put them all in Data.cpp if the file was...

error with getline() function.
While I am not 100% sure, but, my guess is you need to flush out the buffer with a cin.ignore () and...

Mean, median, and mode
[quote]Create a program that prompts the user for ten integer numbers in any order between zero and ...

If statement with multiple criteria
The first you attempts works for me. All I really did was correct the small mistake on line 12 there...

If statement with multiple criteria
[code] month = 13; while (month > 12) { cin.clear(); cout << "I...

This user does not accept Private Messages