0
No numerable
How can I pass the given input by sololearn into my method in no numerals exercise? I wrote the program, but I donât know how to pass their string into my method.
2 Answers
+ 3
To get the input that is a string containing whitespaces:
string input = Console.ReadLine()
+ 4
do it normally like you would do in codeplayground
Console.Read() ? is it ? i dont really remember



