I am trying to get familiar with C# and tried out the following program - it just outputs the average of the even numbers in the Array.
This was a careless mistake on my part, I was trying to call Method like a property instead of Method() like a method