i want to show my result on a lable which i want to use in a method of book class


class Book
{
Form1 newform = new Form1();
public string BookTitle;
public string BookAuthor;
public string...