he Nobel peace prize is awarded to persons who excel in various fields of endeavor. Currently only a handful of panel members determine and choose people who qualify for a particular award based on nomination from a wide range of disciplines’. This process of selecting the winners for the various prices have been criticized as being biased especially from the side of the panel members. The committee of experts at a general council meeting decided to automate the selection process. On a trial bases, you have been engaged to develop a system that will automatically select a nominee as the winner of the award in two categories (peace and science). Your program should have the following functionalities.   a) You are to define a class named NobelAward. Your class must have two functions, one of the functions should be named AwardCategory, and the other function should be named AwardWinner. Your AwardCategory must have a string argument and return the string when called. Your AwardWinner function must contain two parameters, one should be a string called name and the other an integer called votes. When called (AwardWinner) it should return the name and highest votes as the winner for a particular category. b) For each category, your program should request for three different names of nominee and number of votes for each nominee. Your function in “a” above should select the name of the nominee with the highest number of votes as the winner for that category. If there is a tie, in the number of votes, then all the nominee should be declared as winner. c) Critically explain the logic behind your code to student from another department.

Operations Research : Applications and Algorithms
4th Edition
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Wayne L. Winston
Chapter19: Probabilistic Dynamic Programming
Section19.4: Further Examples Of Probabilistic Dynamic Programming Formulations
Problem 7P
icon
Related questions
Question

 

Please, write code in C++

 

The Nobel peace prize is awarded to persons who excel in various fields of endeavor. Currently only a handful of panel members determine and choose people who qualify for a particular award based on nomination from a wide range of disciplines’. This process of selecting the winners for the various prices have been criticized as being biased especially from the side of the panel members. The committee of experts at a general council meeting decided to automate the selection process. On a trial bases, you have been engaged to develop a system that will automatically select a nominee as the winner of the award in two categories (peace and science). Your program should have the following functionalities.  

a) You are to define a class named NobelAward. Your class must have two functions, one of the functions should be named AwardCategory, and the other function should be named AwardWinner. Your AwardCategory must have a string argument and return the string when called. Your AwardWinner function must contain two parameters, one should be a string called name and the other an integer called votes. When called (AwardWinner) it should return the name and highest votes as the winner for a particular category.

b) For each category, your program should request for three different names of nominee and number of votes for each nominee. Your function in “a” above should select the name of the nominee with the highest number of votes as the winner for that category. If there is a tie, in the number of votes, then all the nominee should be declared as winner.

c) Critically explain the logic behind your code to student from another department.

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
ADT and Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Operations Research : Applications and Algorithms
Operations Research : Applications and Algorithms
Computer Science
ISBN:
9780534380588
Author:
Wayne L. Winston
Publisher:
Brooks Cole