public static void Main()
public static void game(){
Random rando = new Random();
string[] guccigang = {"Yes." , "No." , "You dont want to know.", "Maybe yes, maybe no.", "That's unpredictable." , "Please stop talking or I will rip your face off and throw it in a dumpster. Then i will tear you apart and put you in my dog's food dish."};
Console.WriteLine("What is your question?");
Console.WriteLine(s + "? "+ guccigang[rando.Next(0, 6)]);
Console.WriteLine("Do you have another question?");