Problem
Write a GUI program named CarRentalInteractiveGUI that prompts a user for days and miles for a car rental and displays the total rental fee computed as $20 per day plus 25 cents per mile.
Once the user clicks the submit button, clear the textboxes, and display output labels that contain the following info: the days entered, miles entered, total rental fee, gas charge ($2/mile), sales tax (8.25%) and a grand total. You may use multiple labels or one giant label. Either way, all data must be properly labelled and aligned.