Run »
#include
using namespace std; int main () { char myGrade = 'B'; cout << myGrade; return 0; }
B