Question: Please help me to solve this problem. c# language Programming Exercise 7-5 Instructions FineForOverdueBooks.cs+ Create an application for a library and name it FineForOverdueBooks. The
Please help me to solve this problem. c# language

Programming Exercise 7-5 Instructions FineForOverdueBooks.cs+ Create an application for a library and name it FineForOverdueBooks. The Main) method asks the user to input 1 using System; 2 using static System.Console; 3 public class FineForOverdueBooks 5 public static void Main() 7Write your main here 9 public static void DisplayFine(int books, int days) the number of books checked out and the number of days they are overdue Pass those values to a method named DisplayFine 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 11 / Write your DisplayFine method here. 12 13 14 The library fine should be displayed in the following format: fine for 2 book(s) for 3 day s)is$0.60 (The numbers will vary based on the input.) Grading When you have completed your program, click the Submit button to record your score
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
