Your first simple ADDITION PROGRAM in c sharp:
1. Declare two variables of int/float/long/double datatype.
2. Do addition method on variables and store the sum in third variable (or in already declared variable).
3. Print output.
.
.
.
.
#programming #additionprogram #csharp