Video Game Cost Estimator Application Name: FLastnameChartin…
Video Game Cost Estimator Application Name: FLastnameChartingI2Description: Write a C program that calculates the total cost of organizing a video game tournament. Include comments throughout. Requirements: Game Name The program should use constants for the prices of three different tournament expenses (prizes, console rentals, venue rentals, etc.) and a tournament host fee of 25%. The user will input the quantity of each type of expense they will need. The program should then calculate: The total cost for each category (cost per expense type × quantity). The subtotal (sum of all tournament related costs). The tournament host fee (calculated as subtotal * 25%). The final total (subtotal + tournament host fee). The program should display a formatted estimate (lined up properly and all monetary values should be displayed in currency format (dollar sign and 2 decimal places)) that includes: Itemized Tournament Costs Subtotal Tournament Host Fee Total Cost