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

18th Aug 2018, 4:45 PM
Kostadin
3 Réponses
+ 1
You are calling methods StartUpMsg(); (45 line) and OpMsg(); (47 line) outside the Main() method
18th Aug 2018, 5:19 PM
Roman Khristoforov
Roman Khristoforov - avatar
+ 1
Kostadin you're welcome. This is a good project to start with.
18th Aug 2018, 5:52 PM
Roman Khristoforov
Roman Khristoforov - avatar
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 .
18th Aug 2018, 5:41 PM
Kostadin