To the right of each row show the average of the ratings


Assignment: C# Polling

Write a simple polling program that allows users to rate five social-consciousness issues from 1 (least important) to 10 (most important). Pick five causes that are important to you (for example, political issues, and global environmental issues). Use a one-dimensional array topics (of type String) to store the five causes. To summarize the survey responses, use a 5-row, 10-column two-dimensional array responses (of type Integer) and each row corresponding to an element in the topics array. When the program runs, it should ask the user to rate each issue. Have your friends and family respond to the survey. Then have the program display a summary of the results, including:

• A tabular report with the five topics down the left side and the 10 ratings across the top, listing in each column the number of ratings received for each topic.

• To the right of each row, show the average of the ratings for that issue.

• Which issue received the highest point total? Display both the issue and the point total.

• Which issue received the lowest point total? Display both the issue and the point total.

Data

Stephanie: Gun control 8, immigration 10, health care 6, taxes 2, global warming 9
Hassan: Gun control 7, immigration 6, health care 8, taxes 9, global warming 5
Ryan: Gun control 2, immigration 3, health care 8, taxes 9, global warming 1
Lori: Gun control 3, immigration 2, health care 8, taxes 9, global warming 1
David: Gun control 7, immigration 9, health care 8, taxes 6, global warming 10

Format your assignment according to the give formatting requirements:

• The answer must be using Times New Roman font (size 12), double spaced, typed, with one-inch margins on all sides.

• The response also includes a cover page containing the student's name, the title of the assignment, the course title, and the date. The cover page is not included in the required page length.

• Also include a reference page. The references and Citations should follow APA format. The reference page is not included in the required page length.

Solution Preview :

Prepared by a verified Expert
Programming Languages: To the right of each row show the average of the ratings
Reference No:- TGS03104120

Now Priced at $90 (50% Discount)

Recommended (98%)

Rated (4.3/5)