// Print the letter grade #include using namespace std; int main() { int grade; cout<<"Enter your numeric grade:"; cin>>grade; if (grade < 65) cout<