public static void Main()
Random rnd = new Random();
for ( int i = 1 ; i <= 30 ; i++){
Console.WriteLine(i + " - " + num);
Console.WriteLine("The total of the numbers that divisible by 4 with no remainder = "+total);
Console.WriteLine("The sum of the numbers divided by 4 with no remainder = "+sum);