Question: Write programming in LANGUAGE Visual C#(# similar in syntax to java) Problem 4: In a library, patrons receive points for books read. First three books

Write programming in LANGUAGE "Visual C#(# similar in syntax to java)

Problem 4:

In a library, patrons receive points for books read. First three books read receive 10 points each. Next three receive 15 points each. Every book after that receive 20 points each.

Form: The user enters patron name, and number of books read, and clicks a submit button, which displays the patron name, and points earned using labels.

A Clear button gets ready for the next input.

Other buttons:

Summary: Displays Total Points Awarded (across all patrons), Average Books Read per Patron. A Reset button is also provided, to get the application ready for a new series of inputs.

Example for Users Click Sequence: Submit: Submit:Summary: Reset:Submit....

Control user behavior by controlling buttons that can be clicked at any stage in the app.

Pressing Enter Submits, Pressing Esc Exits.

Use a method to compute points. Use a method to compute average books read per patron. Use a method to reset data. Use methods for form maintenance as appropriate.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!