Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

- Must be written in C# Programming Exercise 5 (pg. 538) Create a program named BookExceptionDemo for the Peterman Publishing Company Create a BookException class

image text in transcribed

- Must be written in C#

Programming Exercise 5 (pg. 538) Create a program named BookExceptionDemo for the Peterman Publishing Company Create a BookException class that is instantiated when a Book's price exceeds 10 cents per page and whose constructor requires three Create an error message that is passed to the Exception class constructor for the Message property when Book does not meet the price-to-pages ratio. For example, an error message might be arguments for title, price, and number of pages For Goodnight Moon, ratio is invalid. Price is S12.99 for 25 pages Create a Book class that contains fields for title, author, price, and number of pages. Include properties for each field. Throw a BookException if a client program tries to construct a Book object for which the price is more than 10 cents per page. Create a program that creates at least four Book objects-somewhere the ratio is acceptable, and others where it is not. Catch any thrown exceptions, and display the BookException Message Hint Sample Output GOSY CAWINDOWSlsystem321 cmd.exe ..Price is $12.99 for 25 pages. For The Grapes of Math, ratio is invalid ..Price is $30.99 for 300 pages. Press any key to continue . Your program should include your Full Name, Assignment Name, Date and description as a comment on the top of your application. Submit a zip that includes BookExceptionDemo project files. The project files should include Book class, BookException class and BookExceptionDemo class (includes the Main method)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

The Accidental Data Scientist

Authors: Amy Affelt

1st Edition

1573877077, 9781573877077

More Books

Students also viewed these Databases questions

Question

Which is the best idea?

Answered: 1 week ago

Question

1. How is the newspaper help to our daily life?

Answered: 1 week ago

Question

1. Prepare a short profile of Mikhail Zoshchenko ?

Answered: 1 week ago

Question

What is psychology disorder?

Answered: 1 week ago