Question: CODE IN C# PLEASE. I know there are a few of the same question on here, but none of the answers were the correct output.

CODE IN C# PLEASE. I know there are a few of the same question on here, but none of the answers were the correct output. In Chapter 11, you created the most recent version of the GreenvilleRevenue program, which prompts the user for contestant data for this years Greenville Idol competition. Now, save all the entered data to a Greenville.ser file that is closed when data entry is complete and then reopened and read in, allowing the user to view lists of contestants with requested talent types. The program should output the name of the contestant, the talent, and the fee.
Note: We have hidden .ser files, although you can still read and write to them.
In order to prepend the $ to currency values, the program will need to use the CultureInfo.GetCultureInfo method. In order to do this, include the statement using System.Globalization; at the top of your program and format the output statements as follows: WriteLine("This is an example: {0}", value.ToString("C", CultureInfo.GetCultureInfo("en-US")));

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!