/* Introduction to characters and strings. */ #include #include using namespace std; int main () { char J,K; J='H'; K ='G'; cout << "this is a char = "<< J <