how to make a input when a while loop is in operation and to continue the operation after the input..
I am doing a console application in c#,
the application starts with a cricket over, each over has 6 balls, i.e., after each enter key press..
if a press a 'W' key from keyboard it should display a wide ball..
and after the wide ball, the over should continue with the count of a new ball for the wide...
after the over has been done, it should display over complete & start a fresh over..
the over limit is up to the user..
please help me...
shameer ali shaik