i have built a small program, but i have problem when i want to call class to Main . <br /><br /><div>here is the code : </div><div> </div><div> </div><div> class Operation<br /> {<br /> public static int[,] addition(int x, int y, int z, int c)<br /> {</div><div> //some of my code</div><div> }</div><div>}</div><div> </div><div>I want to call it into main and show all off the value inside that class. Could you help me to solve this</div><div> </div>