I need to create a printing method. Once I call the method it will print the following code.
static Book1 a = new Book1("Miasha", "Secret Society", "Borrowed", 743281586);
static Book1 b = new Book1("Omar Tyree", "What They Want", "On Shelf", 743228695);
static Book1 c = new Book1("Eric Jerome Dickey", "The Other Women","On Shelf", 525947248)
Any help is needed. I just need to know where to start.
Thanks,