Question: In Chapter 2, you created a program for the Greenville Idol competition that prompts a user for the number of contestants entered in last years
In Chapter 2, you created a program for the Greenville Idol competition that prompts a user for the number of contestants entered in last years competition and in this years competition. The program displays the revenue expected for this years competition if each contestant pays a $25 entrance fee. The application also displays a statement that indicates whether this years competition has more contestants than last years.
Now, create an interactive GUI program named GreenvilleRevenueGUI that performs all the same tasks.
using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using System.Windows.Forms;
namespace GreenvilleRevenueGUI { static class Program { ///
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
