Write a c# program to print sum of digits.
Bhaumik Patel
9:28 PM
using System; public class SumOfDigits { public static void Main(string[] args) { int number, digit, sum = 0; C...Read More
Write a c# program to print sum of digits.
Reviewed by Bhaumik Patel
on
9:28 PM
Rating: