Thursday 30 August 2012

Additon program in C Sharp | Two number addition

How to Add Two numbers In C#

namespace addition
{
class Program
{

static void Main(string[] args)
{
int c, a = 10, b = 10;
c = (a + b);
Console.WriteLine(c);
Console.ReadLine();
}
}
}
Share This
Previous Post
Next Post

FYJC XI standard online admisson Process and declaraton of Merit list . Cut off List For prevous year also . 10 Th Results onlne declaraton Maharashtra Region .

0 comments: