public static void Main()
Console.WriteLine("What is your favourite tea brand?");
string tea1 = Console.ReadLine();
if(tea1 == "Yorkshire Tea"){
Console.WriteLine("You Are a man of taste I See");
Console.WriteLine("Just to confirm you like THAT! Wow no taste whatsoever");
Console.WriteLine("How would you like your tea? (eg Weak, Strong, No Milk Milky)");
input1 = Console.ReadLine();
Console.WriteLine("You my friend can make a good brew!");
Console.WriteLine("You know what I dont want to be your friend and im a computer");
Console.WriteLine("How many sugars do you like in your tea (eg 1 2 3 4))");
input3= Console.ReadLine();
Console.WriteLine("The Perfect amount good job my friend!");
Console.WriteLine("You lack any sort of taste buds and i cant even drink tea! im a computer!");
Console.WriteLine("How much milk do you like in your tea?");
string milk = Console.ReadLine();
if (milk == "loads" || milk == "lots" || milk == "plenty" || milk == "alot" || milk == "Lots")
Console.WriteLine("So you want a glass of milk not tea no?");
Console.WriteLine("I would agree with you too, Your the man!");