public static void Main()
Console.WriteLine("type a pet you want cat,dog ,or bird (others can still can play but they have no powers) ");
string pet = Console.ReadLine();
Console.WriteLine("{0} is your pet", pet);
if(pet.ToLower() == "cat")
else if(pet.ToLower() == "dog")
else if(pet.ToLower() == "bird")
Console.WriteLine("That is not a picked pet so no powers .-.");
Console.WriteLine("Your pet is hungey");
Console.WriteLine(" you fed your pet ");
Console.WriteLine(":3 {0} loves the pet food :3", pet);
public static void BirdAsPet()
Console.WriteLine("A Bird a nice pick :3");
Console.WriteLine(" You have the fly power" );
public static void DogAsPet()
Console.WriteLine("A dog a nice pick :3");
Console.WriteLine("You have the fight power");
public static void CatAsPet()
Console.WriteLine("A cat a nice pick :3");
Console.WriteLine("You have the climb power");
public static int GuessingTime()
Random random = new Random((int)DateTime.Now.Ticks);
else if(pet.ToLower() == "dog")
else if(pet.ToLower() == "bird")