using System.Collections.Generic;
using System.Threading.Tasks;
static int GetAge(string name)
Console.WriteLine("Hello " + name + ", How old are you?");
userAge = int.Parse(Console.ReadLine());
Console.WriteLine("Hello, what is your name?");
userName = Console.ReadLine();