#include using namespace std; int main() { //if grade is > 70. it's a passing grade double grade; cout<<"Enter the grade: "; cin>>grade; if( grade> 90) { cout<<"Congratulations! you passed with an A"<80) { cout<<"Congratulations! you passed with a B"<70) { cout<<"Congratulations! you passed with a C"<