+ 2
Why error? Again.
namespace SoloLearn { class Program { static int Sum(int a, int b) { return a+b; } static void Main(string[] args) } int c = Sum(50, 20); Console.WriteLine(c); } } }
2 Réponses
+ 2
you have wrong bracket see the code below
https://code.sololearn.com/cb3olL0pZXHT/?ref=app
+ 1
Ok, thanks)