#include int main() { char c; //INPUT SECTION cout<<"Please type a character "; cin >> c; //CALCULATION AND OUTPUT if (c=='A'||c=='a') //NOTE: The relational operator testing for equality is ==, NOT = cout<