I just started college and am trying to learn some C#. the only problem is I can't learn it. I know the stuff I am stumped on is relatively easy so I'm asking if someone would be able to give me a walkthrough on a question. My instructor just reads straight from slides and if you ask me he doesn't know what he's talking about. But what I do I know, he's a college professor and I'm posting on a message board trying to figure out how to do this stuff.

The problem I am stumped on:
a.) Create a class named Numbers whose Main() method holds two integer variables. Assign values to the variables. Within the class, create two methods, Sum() and Difference(), that compute the sum of and difference between the values of th two variables, respectively. Each method shold perform the computatioon and display the results. In turn, call each of the two methods from Main(), passing the values of the two integer variables.

b.) Add a method named Product() to the Numbers class. This method should compute the multiplication product of two integers, but not display teh answer. Instead, it should return the answer to the calling Main() program, which displays the answer.


Something tells me this is kindergarden stuff but I am completely lost adn have no clue what is going on. 'm not going to make this a daily thing and just come on here and expect someone to give me answers to my homewrok questions.