If you do not put all of the right symbols like curly braces { }
and parentheses ( )
etc… in the correct places in your code, it will not compile, which means the computer can’t read your code.
C# is very forgiving when it comes to spacing and formatting things, but there is no room for “close enough” when it comes to using the correct symbols and operators. It simply has to be perfect or the computer can’t read it. Try to pay a bit more attention to these details when you are writing your code. if you think you’ve done everything right, feel free to paste your code here and we can help you.
Also, if you do share code here on the forums, please use code tags to properly format it as described in this link . Also please include the full error text of any error you get, including the line numbers at the end!