Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

**NEED IT WRITTEN USING C# MIS351 Assignment#3 1.Due: 2:00PM , Thursday, March 4th, 2021 2.Description: Page 304, Programming Exercises #6 Create a Console application for

image text in transcribed**NEED IT WRITTEN USING C#

MIS351 Assignment#3 1.Due: 2:00PM , Thursday, March 4th, 2021 2.Description: Page 304, Programming Exercises #6 Create a Console application for a library and name it FineForOverdueBooks. The Main() method asks the user to input the number of books that are overdue and the number of days they are overdue. Pass those values to a method that displays the library fine, which is 10 cents per book per day for the first seven days a book is overdue, then 20 cents per book per day for each additional day. 3.Grading criteria (Total: 50 points) 1. Create a Console application. In the Main() method, the user is prompted to enter the number of books that are overdue, and then the number of days they are overdue. (20 points). 2. Create a user-defined method to compute the fine for overdue books. This method will receive the number of overdue books and the number of days the books are overdue as parameters from the Main() method. Then this method will calculate the fine and display it. (20 points) 3. Compile and test the program to make sure there is no syntax error. Submit the completed program in a .zip file. (10 points)

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

Database Modeling And Design

Authors: Toby J. Teorey, Sam S. Lightstone, Tom Nadeau, H.V. Jagadish

5th Edition

0123820200, 978-0123820204

More Books

Students also viewed these Databases questions