public static void Main()
string favBook = Console.ReadLine();
int number = int.Parse(Console.ReadLine());
bool isBookFound = false;
string nextBookName = Console.ReadLine();
if ( nextBookName == favBook )
nextBookName = Console.ReadLine();
Console.WriteLine(" You chekced {0} books and found it", count);
Console.WriteLine(" Yhe book you searche is not here");
Console.WriteLine(" You checked {0} books ", number);