Question: Need to use visual studios Windows Forms App (NET Framework) Visual C# Needs to use: Exercise 2-4: Late fee for video game rental lication for

Need to use visual studios Windows Forms App (NET Framework) Visual C# Needs to use: Exercise 2-4: Late fee for video game rental lication for a video game rental store to compute the late fee for videos that are returned Develop an app late. Develop a form named VidioRentals that lets the store to do the following Enter a fixed handling charge, late charges per day per item, number of items rented and the user doesn't have to enter the date returned; use today's date as the date returned due date. The Compute the number of days late (today's date - due date), late charge No of items * No of days late x late charges per day per item), and total charge (handling charge + late charge). Today's date is given by DateTime.Today." of days Display the number of days, late charge and total charge in a ListBox
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
