0
Beginner's error
compiler.csharp: error CS0103: The name 'xp' does not exist in the current context
4 Answers
0
You forgot the brackets of the Main function. Also you didn't declare and set the xp variable.
0
But how to declare thank you
compiler.csharp: error CS0103: The name 'xp' does not exist in the current context