+ 1

how to write a C# code in which the program will ask users some questions

how to write a C# code in which the program will ask users some questions

28th Jan 2019, 7:30 AM
Raptor Bot
Raptor Bot - avatar
1 Odpowiedź
+ 1
e.g. string name; Console.Write("What's your name?"); name = Console.ReadLine();
28th Jan 2019, 8:16 AM
Christoph Lackinger
Christoph Lackinger - avatar