#include #include using namespace std; int main() { char c = 'A'; cout << c < "\n"; cout << c "\n"; return EXIT_SUCCESS; }