public static void Main()
Console.WriteLine("Enter the amount of numbers you want to combine");
int n = int.Parse(Console.ReadLine());
for (int t = 1; t <= n; t++)
Console.WriteLine("Enter a number");
m = int.Parse(Console.ReadLine());
Console.WriteLine("The sum of the digits of all the numbers combined is "+s, s % 9);