I need help with C# programming; I am new to it and I come from C background. I have a Console Application like this:
using System; using System.Collections
What that build error is telling you, that you have to either have an instance of Program or make Add static.
Program
Add