Complete the following tasks: a. Create a Homework class with fields for the class name, the assignment (for example, “read chapter 11”), and the number of minutes predicted it will take to complete...



Complete the following tasks:


a. Create a Homework class with fields for the class name, the assignment (for example, “read


chapter 11”), and the number of minutes predicted it will take to complete the assignment.


Include functions to set the values for the Homework fields, to provide output, and to


overload the + operator to add Homework objects’ minutes. The result of the addition is a


summary Homework object.


b. Create a function template that adds two values and returns their sum.


c. Write a main()function that tests the function template with integer, double, and Homework


objects. Save the file as AddTwoObjects.cpp.



May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here