Create a homework class with fields for the class name the


Problem

Complete the following tasks:

1. Create a Homework class with fields for the class name, the assignment (for example, "read chapter 1"), 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.

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

Write a main()function that tests the function template with integer, double, and Homework objects. Save the file as AddTwoObjects.cpp

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create a homework class with fields for the class name the
Reference No:- TGS02691508

Expected delivery within 24 Hours