0
I need help with my C# calculator
Hello, could you explain to me why I get a CS 1520 error? source code: https://repl.it/repls/BothEnchantedConfigfiles
3 Réponses
+ 1
You are calling methods StartUpMsg(); (45 line) and OpMsg(); (47 line) outside the Main() method
+ 1
Kostadin you're welcome. This is a good project to start with.
0
Roman Khristoforov, thank you for your reply! I wasn't aware one cannot call a method outside Main(). Honestly this calculator is my first "serious" project .