#include struct books { char author[100]; char title[100]; char publisher[100]; int pubyear; int pages; float price; } bookObject[10]; v