+ 8
what is output
static void Main(string[ args) { int age = Convert.ToInt32(Console.ReadLine()); Console.WriteLine("You are {0} years old", age); }
5 Respuestas
+ 2
Doesn't compile, you missed a closing bracket for your string array argument.
When you fixed that, you get a crash whenever the user enters something that isn't a number ;)
+ 9
super
+ 8
cood
+ 6
mast
+ 6
best