Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ C++ programming Instructions The Internet and the web enable people to network, join a cause, and so on. The presidential candidates in 2012 used

C++ image text in transcribed
C++ programming Instructions The Internet and the web enable people to network, join a cause, and so on. The presidential candidates in 2012 used the Internet to get out their messages and raise money. In this exercise, you'll write a polling program that allows users to rate five social-consciousness issues from 1 to 10 (most important).Pick five causes (e.g, political issues, global environmental issues). Use a one dimensional string array topics to store the causes. To summarize the survey responses, use a 5-row, 10-column two-dimensional array responses (of type int), each row corresponding to an element in the topics array. When the program runs, it should ask the user to rate each issue. Generate random responses. Then have the program display a summary of the results, including a) 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 b) To the right of each row, show the average of the ratings for that issue c Which issue received the highest point total? Display both the issue and the point total. d) Which issue received the lowest point total? Display both the issue and the point total. Submission Please only submit your *h and *cpp files NOTE-You need to Upload your files and then Submit them. The TAs will have no access to your files if you forget to submit them

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Mining Concepts And Techniques

Authors: Jiawei Han, Micheline Kamber, Jian Pei

3rd Edition

0123814790, 9780123814791

More Books

Students also viewed these Databases questions