Notice: session_start(): A session had already been started - ignoring in /home/u614325693/domains/onedoubt.com/public_html/post.php on line 3
Add Two Numbers - ONEDOUBT.COM

C# How To Add Two Numbers


Add Two Numbers

Learn how to add two numbers in C#:

Example

int x = 5;
int y = 6;
int sum = x + y;
Console.WriteLine(sum); // Print the sum of x + y



Login
ADS CODE