Guys ..
Im a newbie to C# and I need some guidance to rectify this confusion I'm facing.
What I wanted to create is a simple calculation and I can do it in the Main method it self. But I Created a Class named "add" so that I can call it to in the main method.
I initialized int i and j in...