#include using namespace std; int main() { double grade; cout << "Enter the student's numerical grade: "; cin >> grade; if (grade >= 90.0) cout << "\nThe student receives a grade of A" <= 80.0) cout << "\nThe student receives a grade of B" <=70.0) cout << "\nThe student receives a grade of C" <=60.0) cout << "\nThe student receives a grade of D" <