How to Create the Class Book with the following attributes: Book ID, Title, Authors, Unit Price and print the current details of the book. Add a behavior to modify the price and display the updated book details. Display the total Amount to be paid for each Book, using unit price & 12% tax. Implement using OO concepts in c#
Comments
Leave a comment