Design a VB project for a local car rental agency that calculates rental charges. The agency charges

Design a VB project for a local car rental agency that calculates rental charges. The agencycharges $20 per day and $0.15 per mile. The user should enter the customer’s name,beginning odometer reading, ending odometer reading, and number of days the car was rented.The program should compute the miles the car was driven, and the due amount when thecar is returned. The program output should be displayed in one Label, starting with a descriptivemessage, e.g., “Charger for customer’s name:” followed by the miles driven, and theamount in due currency format on separate lines. The program should have a way to clear theI/O boxes and end the program execution. Go through the PDLC to design a suitable GUIfor this project. You might consider placing the input boxes in a GroupBox.