So, I'm using this bit of code in "Visual Studio Code" and it keeps saying: "Converting null literal or possible null value to non-nullable type."
string name = Console.ReadLine();
This is the bit of code I am using and it should work fine! Please help me!
string name = Console.ReadLine();
This is the bit of code I am using and it should work fine! Please help me!