Recent content by BROOKIE

  1. B

    Comp Sci C++ question- turning scores to letter grades, and more

    Hello, Well this has resurfaced a couple years later... Any help as to what I am doing wrong would be greatly appreciated. New to this, so be gentle, please. :) Thank you, B # include <iostream> # include <iomanip> using namespace std; int main() { int score; float...