P
Piotr
Hi
I find error:
method System.Console.Read() should read one character from input stream,
not full line characters (end line==press enter). It can't be equal to
System.Console.ReadLine().
Method System.Console.ReadLine() work good, but System.Console.Read() should
not wait for enter, after pressing a key!
P.M.
I find error:
method System.Console.Read() should read one character from input stream,
not full line characters (end line==press enter). It can't be equal to
System.Console.ReadLine().
Method System.Console.ReadLine() work good, but System.Console.Read() should
not wait for enter, after pressing a key!
P.M.