Question: Must use the following code for part c: int main () { int i1 = 1, i2 = 2; double d1 = 1.1, d2=2.2; Homework

Must use the following code for part c:
int main () { int i1 = 1, i2 = 2; double d1 = 1.1, d2=2.2; Homework h1 ("Class 1", "Assignment 1", 60), h2 ("Class 2", "Assignment 2", 90);
cout
cout
cout
return 0; }
Complete the following tasks: a. Create a Homework class with fields for the class name, the assignment (for example, "read 3. 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 double fie as Adobwit objects. Save the file as AddTwoObjects.cpp
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
