I want the program to read the input and print at the same time, without having to press Enter. Example:
I press: K Console: "Your input: K" => Program does not stop
Then I press: L Console: "Your input: KL" => Program continues
How can I do that? Any help is appreciated.