Collection Hashmap PDF
Collection Hashmap PDF
* Add all the object in to the Map using key as integer(book id) and value as Book Object
* Read any key from the user and display the particular book object based on key
* Reduce the price by 10% for a particular publication books and display all object with reduced price.