public static void Main()
string fb = Console.ReadLine();
bool isBookFound = false;
string nBN = Console.ReadLine();
while ( nBN != "No More Books" )
nBN = 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 ", count);