User profile: skroegs

User info
User name:skroegs
History
Joined:
Number of posts:11
Latest posts:

Help with displaying text on same line.
If you are trying to compare ME to the character M use if(ME == 'M'). Make sure you use == instead o...

Help with displaying text on same line.
Your problem is here... [code] if (ME = M) [/code] M isn't defined.

Using cin in arrays
Hello Rolopez, You've got a few problems here. [code] int main() { cout<<"Sum, Mean, Minimu...

Problem with an eof loop
[code] if (num%2==0) while (infile.eof()) { infile>>numeven; totaleven+=numeven; counteven++; ...

help with loop and return value
You are calling your function twice, but discarding the results of the first call. While loops evalu...

This user does not accept Private Messages

User: skroegs

  • Public profile