***IN C# ONLY, USING WINDOWS FORMS*** --NO JAVA--.
Create a GUI application in C# that calculates and displays the
total travel expenses of a business person on a trip. Here is the
information that the user must provide:
• Number of days on the trip • Amount of airfare, if any
• Amount of car rental fees, if any
• Number of miles driven, if a private vehicle was used
• Amount of parking fees, if any
• Amount of...