C# simple error: Storing characters in a string array....
- by user300484
Hello you all! I want to store every single character of a string value in every single place of a string array.
I wrote this code but Visual Studio says that "Cannot implicitly convert type String to String []".
Can you please tell me how to fix this?
string [] array = Console.ReadLine();