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

2 years ago by

@Tobolox which language you have choosen?

2 years ago by Karthik Divi