Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Assignment 5- Book Class Don't forget the required comments for class Create a folder called assignment 5 and store your solution inside this folder Use

image text in transcribed

Assignment 5- Book Class Don't forget the required comments for class Create a folder called assignment 5 and store your solution inside this folder Use Visual Studio .Net to complete the assignment and upload the project folder. Make sure to . use C# Assignment Details Create a windows form application with the following specifications: 1. Create a Book class that has the following attributes: Author, Title, Year Published and Year of most recent edition Add code to ensure that they year published is higher than 1440 Add code to ensure that the year of most recent edition is not less than the published year Create a form to allow user to create an object using the class created in above steps. User should be able to provide Author, Title, Year Published and most recent Edition. An instance of the Book class should be created and all the attributes should be assigned from the values user entered in the form. 2. 3. 4. 5. If there are no errors, display a successful message to user 6. If there are errors, display the error message to user Book Author Title Published Year: Most Recent Edition: 2019 mike tiger How to become a tiger 1441 Create

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

Students also viewed these Databases questions