using System;
public class Program
{
public static void Main()
Console.WriteLine ("***** Fun with Methods *****");
Console.WriteLine("48 + 82 = {0}");
Console.ReadLine();
}
static void Add ( ref int x,ref int y)