0
4. What are the commands used in accepting data/ value from users?
Commands and syntax
4 Answers
+ 1
Console.ReadLine(); // for string
Convert.ToInt32(Console.ReadLine()); // for int
0
How about Console.Read (); ? What does it do?
0
I never use Console.Read()
0
Aw too bad thanks by the way