Question: CAN YOU PLEASE HELP ME SOLVE THIS C++ PROGRAM QUESTION? OUTPUT OF THE PROGRAM: Define for class Question (a) a private static integer class variable
CAN YOU PLEASE HELP ME SOLVE THIS C++ PROGRAM QUESTION?

OUTPUT OF THE PROGRAM:
Define for class Question (a) a private static integer class variable count (counts number of objects), (b) a constructor with four C++ strings as parameters to initialise the attributes question and the three answer possibilities in array answer, a fifth integer parameter with the number of the correct answer (answerCorrect), initialising value o to answerGiven and incrementing the number of objects (count), (c) a static class function returning the value of the class variable count, (d) a member function with an integer parameter appropriately setting the value of answerGiven to the parameter value (hint: please regard, that the array starts with index 0 not 1), (e) a friend overloaded binary output operator
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
