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 arraysHello 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 valueYou are calling your function twice, but discarding the results of the first call. While loops evalu...
This user does not accept Private Messages