using System;
public class Book
{
string Name
string ISBN
stringAuthor
string Edition
string TotalPages
string Price
string ReleaseYear
}