using System;
public class Program
{
public static void Main()
Console.WriteLine("Hello World");
Random rnd = new Random();
// Make an array of 10 integers
// Use a for loop to fill that array with random numbers
// (Use the following code to generate a random number)
// var randomInteger = rnd.Next(1, 100);
// Create a new instantiation of the MathOperations class
// Calculate the average
// Calculate the sum total
}
// Make a class called MathOperations
// Create a method that takes an int[], calculates the sum total of all numbers, and returns the integer result
// Create a method that takes an int[], calculates the average, and returns the average as a double (BONUS: reuse the sum total method inside this one)