string bookTitle = "Jam"; //task 1 & 2
System.Console.Write("Enter a book title: "); //task 3
bookTitle = System.Console.ReadLine(); //task 4