broken

  1. G

    Question string variable broken

    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!
Back
Top Bottom