Question: may you please help me code this in c + + Please see picture below Create a program using templates. The template class will contain

may you please help me code this in c++
Please see picture below
Create a program using templates. The template class will contain the following:
2 class members that store a value each Method that can swap the values of the 2 members Operator overload methods that add and display the objects (See Sample Output)
Create a main file and test your program.
Sample Output
Template Object Values: Object 1: value1: 5 value2: 7 Object 2: value1: 9 value2: 3
Swap using Object 1:
Swapping 5 and 7
Adding objects together:
New Object Values:
Object 1: value1: 16 value2: 8
Template Object Values:
Object 1: value1: 5 value2: 7
0bject 2: value1: 9 value2: 3
Swap using Object 1:
Swapping 5 and 7
Adding objects together:
New Object Values:
Object 1: value1: 79 value2: 53
Submit your .cpp and .h files.
may you please help me code this in c + + Please

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!