using System; public class Init{ public static int InitMe(int val, string who){ Console.WriteLine(who); return val; } }