+ 1
Static won't work :(
The static thing for methods in C# doesn't work for me on code playground or visual studio so when I remove it it says args can't be used I am so confused :(
4 Respuestas
+ 2
you have 2 main functions, and are trying to nest static methods. reduce the amount of main methods to 1, and put the sayHi() method outside of it.
https://code.sololearn.com/cu4SP9wt4hx4/?ref=app
+ 2
Please share your code and the exceptions.
0
0
thanks 😁