using ceil and floorWhen I do it this way it still doesnt work
using ceil and floorSo its still not working.... [code] else if (percentage == 85) { percentage = floor (percentage);...
using ceil and floorHmmm 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 flooryes I have #include <cmath>