Header and .cpp Files issues :/ HELPWell 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 criteriaThe 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