The code is written to count the number of occurence of english letter from user's input. The problem I am having now is that when the input contain "enter", the program will end. But it is supposed to end the program using "ctrl+D". So how can I solve this problem?