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.

2nd Mar 2020, 4:53 AM
Hassan Ibrahim
Hassan Ibrahim - avatar
2 Answers
+ 3
To get the input that is a string containing whitespaces: string input = Console.ReadLine()
2nd Mar 2020, 5:29 AM
Tibor Santa
Tibor Santa - avatar
+ 4
do it normally like you would do in codeplayground Console.Read() ? is it ? i dont really remember
2nd Mar 2020, 4:58 AM
Taste
Taste - avatar