using System.Collections.Generic;
using System.Threading.Tasks;
public Student(string n, string f, string ht)
Console.WriteLine(name + "'s favorite food is " + food);
public void PrintHomeTown()
Console.WriteLine(name + "'s hometown is " + homeTown);
public static bool FoodOrHometown(string i)
Console.WriteLine("That data does not exist. Please try again");