blunt
✅ method glitch
it said I had an error saying "there is no static Main as and entry point" so I created one but didnt use it. I made a seperate method as my actual code but whenever I ran the code it wouldnt work it just says nothing and then "press any key to close"??
3 replies
✅ static, public, void
I'm new to C# and I was wondering if I were correct that static means you can use an object or method outside of the file you are coding in, public means you are able to use an object or a method outside of a specific class and void means you will not return anything in the method proceeded?
14 replies