OneCompiler

C # input

so in the challanges they ask me to ask fro an input and then print "Hello" + input

my code is:

string name = Console.Readline();
Console.Writeline("Hello" + name);

but it gives me the warning that readline () doesnt exist... why???

1 Answer

1 year ago by

@Tobolox which language you have choosen?

1 year ago by Karthik Divi