public static void Main()
Console.WriteLine("Lets use a method with a return type");
Console.WriteLine("when we return it as an integer, we then can use it in some logic based if statements");
Console.WriteLine("Lets add two numbers and see if the result is greater than ten");
public static int Add(int num01, int num02)