#include using namespace std; int main() { char x1 ; //TO DO cout << "Enter a character:" ; cin >> x1 ; return 0 ; }