User profile: psp1202

User info
User name:psp1202
History
Joined:
Number of posts:28
Latest posts:

using ceil and floor
When I do it this way it still doesnt work

using ceil and floor
So its still not working.... [code] else if (percentage == 85) { percentage = floor (percentage);...

using ceil and floor
Hmmm I'm not understanding what your saying

using ceil and floor
[code] if (percentage >= 95) { cout << "You got an A" << endl; } else if (percentage >= 90 && ...

using ceil and floor
yes I have #include <cmath>