C# program to perform the addition of two numbers
Program.cs
Output
kodingwindow@kw:~/csharp$ dotnet run ——————————————————————————————————————————— Program to print the addition of two numbers ——————————————————————————————————————————— Enter the 1st number 50 Enter the 2nd number -10 Addition 40 ——————————————————————————————————————————— kodingwindow@kw:~/csharp$
What Next?
C# program to calculate the area and circumference of a circle
C# program to find the size of data types
C# program to find the range of data types
Advertisement