#include #include using namespace std; int main() { char ch; ch=getch(); while(int(ch)!=13) { ch=getch(); cout<