C# Program for an Addition of Whole Number in Alternative Way
I have a Doubt in C# program. I was going through an program.This was the problem i faced.
There is a whole number 7634
So here Adding (73) & (64) i.e First Digit & Third Digit with Second digit & fourth digit. So answer will be 137
I tried different techniques for creating this program. No use.
So please suggest me the techniques or program for this one (C#)
