Respuesta :

tonb
All console programs have a way to prompt for input.

For C#, the answer is Console.ReadLine().
For C, the answer is a.o. fgets()
For C++, the answer could be cin >>
... and so on...

Not sure what answer you need here.