{"id":17953391,"url":"https://github.com/eloyekunle/polling_application","last_synced_at":"2025-04-03T16:28:50.958Z","repository":{"id":128581951,"uuid":"64326760","full_name":"eloyekunle/polling_application","owner":"eloyekunle","description":"A polling application written in C++","archived":false,"fork":false,"pushed_at":"2016-07-27T17:05:01.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T05:17:45.013Z","etag":null,"topics":["poll-application","polling","sample-code"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eloyekunle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-27T17:02:29.000Z","updated_at":"2017-03-13T01:07:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"bc2d345b-23f5-431f-b75c-bffbb15bdacd","html_url":"https://github.com/eloyekunle/polling_application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eloyekunle%2Fpolling_application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eloyekunle%2Fpolling_application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eloyekunle%2Fpolling_application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eloyekunle%2Fpolling_application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eloyekunle","download_url":"https://codeload.github.com/eloyekunle/polling_application/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247036347,"owners_count":20872944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["poll-application","polling","sample-code"],"created_at":"2024-10-29T10:05:08.263Z","updated_at":"2025-04-03T16:28:50.941Z","avatar_url":"https://github.com/eloyekunle.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿Polling\n====================\nC++ Rating Application\n\n#### Problem Statement\nThe Internet and the web enable people to network, join a cause, and so on. The\npresidential candidates in 2012 used the Internet to get out their messages and raise money. In this\nexercise, you’ll write a polling program that allows users to rate five social-consciousness issues from 1\nto 10 (most important). Pick five causes (e.g., political issues, global environmental issues). Use a one-\ndimensional string array topics to store the causes. To summarize the survey responses, use a 5-row,\n10-column two-dimensional array responses (of type int ), each row corresponding to an element in\nthe topics array . When the program runs, it should ask the user to rate each issue. Have your friends\nand family respond to the survey. Then have the program display a summary of the results, including:\n\na) 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.\n\nb) To the right of each row, show the average of the ratings for that issue.\n\nc) Which issue received the highest point total? Display both the issue and the point total.\n\nd) Which issue received the lowest point total? Display both the issue and the point total.\n\nCopyright © 2014 Pearson Education, Inc.\n\n####Execution\nFollow appropriate compilation instructions for your compiler.\n\n#####Example: Ubuntu 16.04 with cmake\n\n    \u003e\u003e cmake .\n    \u003e\u003e make\n    \u003e\u003e ./Polling\n\n####Copyright\n© 2016 [Oyekunle Elijah PlayMice](http://www.playmiceweb.com/) \u003celijah@playmiceweb.com\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feloyekunle%2Fpolling_application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feloyekunle%2Fpolling_application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feloyekunle%2Fpolling_application/lists"}