You are to write a polling program, that allows users to select issues, rated from 1 (least important) to 10 (most important). Pick 5 causes that are important to you (e.g. climate change, keystone oil drilling, abortion, NSA eavesdropping). Use arrays, one dimensional or two dimensional to store your findings. Provide the following results:
a) A tabular report with 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 the 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.
A GUI is not required, but strongly recommended. Here are sample of other topics that you may find of interest:
a) Lower drinking age, same-sex marriage, politics (Dems, GOPs), gun laws, increase minimum wages, allow drug usage for medical reasons, stop killing the whales, allow wolves in North America, change emigration laws
You are to write a polling program, , that allows users to select issues, rated from 1 (least important) to 10 (most important). Pick 5 causes that are important to you (e.g. climate change, keystone oil drilling, abortion, NSA eavesdropping). Use arrays, one dimensional or two dimensional to store your findings. Provide the following results:
a) A tabular report with 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 the 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.
A GUI is not required, but strongly recommended. Here are sample of other topics that you may find of interest:
a) Lower drinking age, same-sex marriage, politics (Dems, GOPs), gun laws, increase minimum wages, allow drug usage for medical reasons, stop killing the whales, allow wolves in North America, change emigration laws
please help me out
You are to write a polling program, , that allows users to select issues, rated from 1 (least important) to 10 (most important). Pick 5 causes that are important to you (e.g. climate change, keystone oil drilling, abortion, NSA eavesdropping). Use arrays, one dimensional or two dimensional to store your findings. Provide the following results:
a) A tabular report with 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 the 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.
A GUI is not required, but strongly recommended. Here are sample of other topics that you may find of interest:
a) Lower drinking age, same-sex marriage, politics (Dems, GOPs), gun laws, increase minimum wages, allow drug usage for medical reasons, stop killing the whales, allow wolves in North America, change emigration laws