Question: Bonus Problems: 27) Code a function object class which can scale data to a desired maximum given the actual maximum and desired maximum. (Reminder: to

Bonus Problems: 27) Code a function object class which can scale data to a desired maximum given the actual maximum and desired maximum. (Reminder: to scale value a: atdesired actual.) Show its use in fixing the following test scores. (What kind of loop would be most appropriate?) (Hint: What is the desired maximum of a typical test?) double scores[MAX] { 42, 55.5, 82, 74.5, 62 }; Start Date: R Nov 8
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
